You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
onCompletion:(KSCrashReportFilterCompletion)onCompletion NS_EXTENSION_UNAVAILABLE_IOS("Alert Filter requires NSApplication, which is unavailable on watchOS extensions");
noAnswer:(nullable NSString *)noAnswer NS_EXTENSION_UNAVAILABLE_IOS("Alert Filter requires NSApplication, which is unavailable on watchOS extensions");
119
+
noAnswer:(nullable NSString *)noAnswer
120
+
NS_EXTENSION_UNAVAILABLE_IOS("Alert Filter requires NSApplication, which is unavailable on watchOS extensions");
120
121
121
122
/** Show an alert before sending any reports. Reports will be unconditionally sent
dismissButtonText:(NSString *)dismissButtonText NS_EXTENSION_UNAVAILABLE_IOS("Alert Filter requires NSApplication, which is unavailable on watchOS extensions");
131
+
dismissButtonText:(NSString *)dismissButtonText
132
+
NS_EXTENSION_UNAVAILABLE_IOS("Alert Filter requires NSApplication, which is unavailable on watchOS extensions");
0 commit comments