We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8a5a32 commit dbf866cCopy full SHA for dbf866c
Assets/AppCenter/Plugins/AppCenterSDK/Crashes/iOS/CrashesInternal.cs
@@ -108,9 +108,6 @@ public static ErrorReport LastSessionCrashReport()
108
[DllImport("__Internal")]
109
private static extern IntPtr appcenter_unity_crashes_last_session_crash_report();
110
111
- [DllImport("__Internal")]
112
- private static extern void appcenter_unity_crashes_set_user_confirmation_handler(IntPtr handler);
113
-
114
115
private static extern string app_center_unity_crashes_error_report_exception_name(IntPtr errorReport);
116
0 commit comments