File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
iOS_SDK/OneSignalSDK/Source Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ typedef void (^OSInAppMessageClickBlock)(OSInAppMessageAction * _Nonnull action)
489489// Process from Notification Service Extension.
490490// Used for iOS Media Attachemtns and Action Buttons.
491491+ (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent __deprecated_msg(" Please use didReceiveNotificationExtensionRequest:withMutableNotificationContent:withContentHandler: instead." );
492- + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent * _Nullable ))contentHandler ;
492+ + (UNMutableNotificationContent *)didReceiveNotificationExtensionRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent withContentHandler : (void (^)(UNNotificationContent *_Nonnull ))contentHandler ;
493493+ (UNMutableNotificationContent *)serviceExtensionTimeWillExpireRequest : (UNNotificationRequest * _Nonnull)request withMutableNotificationContent : (UNMutableNotificationContent * _Nullable)replacementContent ;
494494
495495#pragma mark Tags
You can’t perform that action at this time.
0 commit comments