File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed
iOS_SDK/OneSignalSDK/Source Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 3636+ (void )swizzleSelectorsOnDelegate : (id )delegate ;
3737+ (void )registerDelegate ;
3838+ (void )setUseiOS10_2_workaround : (BOOL )enable ;
39+
40+ // Our named swizzling methods on UNNotificationCenter
41+ - (void )setOneSignalUNDelegate : (id )delegate ;
42+ - (void )onesignalGetNotificationSettingsWithCompletionHandler : (void (^)(UNNotificationSettings *settings))completionHandler ;
43+ - (void )onesignalRequestAuthorizationWithOptions : (UNAuthorizationOptions )options completionHandler : (void (^)(BOOL granted, NSError *__nullable error))completionHandler ;
44+
45+ // Our named swizzling methods on UNNotificationCenterDelegate
46+ - (void )onesignalUserNotificationCenter : (UNUserNotificationCenter *)center
47+ willPresentNotification : (UNNotification *)notification
48+ withCompletionHandler : (void (^)(UNNotificationPresentationOptions options))completionHandler ;
49+ - (void )onesignalUserNotificationCenter : (UNUserNotificationCenter *)center
50+ didReceiveNotificationResponse : (UNNotificationResponse *)response
51+ withCompletionHandler : (void (^)())completionHandler ;
3952@end
4053
4154
You can’t perform that action at this time.
0 commit comments