Skip to content

Commit

Permalink
Merge pull request #508 from OneSignal/expose-parse-apns
Browse files Browse the repository at this point in the history
Expose parseWithApns method of OSNotificationPayload
  • Loading branch information
jkasten2 authored Aug 7, 2019
2 parents 18d6b98 + 9f53aa0 commit d11faf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions iOS_SDK/OneSignalSDK/Source/OneSignal.h
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ typedef NS_ENUM(NSUInteger, OSNotificationDisplayType) {

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

@end

Expand Down

0 comments on commit d11faf7

Please sign in to comment.