Skip to content

Commit 9f53aa0

Browse files
committed
Expose parseWithApns method of OSNotificationPayload
1 parent 9271672 commit 9f53aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iOS_SDK/OneSignalSDK/Source/OneSignal.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ typedef NS_ENUM(NSUInteger, OSNotificationDisplayType) {
151151

152152
/* iOS 10+ : Groups notifications into threads */
153153
@property(readonly)NSString *threadId;
154+
+(instancetype)parseWithApns:(NSDictionary*)message;
154155

155156
@end
156157

0 commit comments

Comments
 (0)