SINManagedPushDelegate Protocol Reference

Conforms to NSObject
Declared in SINManagedPush.h

– managedPush:didReceiveIncomingPushWithPayload:forType: required method

Tells the delegate that a remote notification was received. The remote notification may be either a VoIP remote push notification, or a regular push remote notification.

- (void)managedPush:(id<SINManagedPush>)managedPush didReceiveIncomingPushWithPayload:(NSDictionary *)payload forType:(NSString *)pushType

Parameters

managedPush

managed push instance that received the push notification

payload

The dictionary payload that the remote push notification carried.

pushType

SINPushTypeVoIP or SINPushTypeRemote

Declared In

SINManagedPush.h