SINPushHelper Class Reference

Inherits from NSObject
Declared in SINPushHelper.h

+ queryPushNotificationPayload:

Method used to parse a remote notification dictionary if using [SINClient enableManagedPushNotifications];

+ (id<SINNotificationResult>)queryPushNotificationPayload:(NSDictionary *)userInfo

Parameters

userInfo

Remote notification payload which was transferred with an Apple Push Notification. and received via [UIApplicationDelegate application:didReceiveRemoteNotification:].

Return Value

Value indicating initial inspection of push notification.

Declared In

SINPushHelper.h