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
- (void)userNotificationCenter:(id)centerwillPresentNotification:(id)notificationwithCompletionHandler:(void (^)(NSUInteger options))completionHandler __deprecated_msg("Can use your own delegate as normal.");
58
-
- (void)userNotificationCenter:(id)centerdidReceiveNotificationResponse:(id)responsewithCompletionHandler:(void (^)())completionHandler __deprecated_msg("Can use your own delegate as normal.");
59
-
@end
60
-
61
55
#endif
62
56
63
57
/* The action type associated to an OSNotificationAction object */
// Optional method that sends us the user's email as an anonymized hash so that we can better target and personalize notifications sent to that user across their devices.
281
275
+ (void)syncHashedEmail:(NSString*)email;
282
276
283
-
// - iOS 10 features currently only available on XCode 8 & iOS 10.0+
284
-
#if XC8_AVAILABLE
285
-
+ (void)setNotificationCenterDelegate:(id<OSUserNotificationCenterDelegate>)delegate __deprecated_msg("Can use your own delegate as normal.");
286
-
+ (id<OSUserNotificationCenterDelegate>)notificationCenterDelegate __deprecated_msg("Can use your own delegate as normal.");
0 commit comments