SINManagedPushDelegate
Objective-C
@protocol SINManagedPushDelegate <NSObject>Swift
protocol SINManagedPushDelegate : NSObjectProtocolSINManagedPushDelegate
- 
                  
                  Tells the delegate that a push notification was received. The push notification is a VoIP push notification. DeclarationObjective-C - (void)managedPush:(SINManagedPush *)managedPush didReceiveIncomingPushWithPayload:(NSDictionary *)payload forType:(NSString *)pushType;Swift func managedPush(_ managedPush: SINManagedPush!, didReceiveIncomingPushWithPayload payload: [AnyHashable : Any]!, forType pushType: String!)ParametersmanagedPushmanaged push instance that received the push notification payloadThe dictionary payload that the push notification carried. pushTypeSINPushTypeVoIP 
 SINManagedPushDelegate Protocol Reference
        SINManagedPushDelegate Protocol Reference