VIMessengerPushNotificationProcessing
Helper to process incoming Voximplant messenger push notifications.
Note that this interface does not serve VoIP push notifications.
The interface serves notifications of the VIMessengerNotification types; use the [VIMessenger managePushNotifications:completion:] method to subscribe to notifications.
Methods
processPushNotification:
Static
+ (nullable VIMessengerEvent *
)processPushNotification:(NSDictionary *
)notification
Processes an incoming Voximplant messenger push notification and return the appropriate messenger event object (VIMessageEvent) extended from VIMessengerEvent.
Parameters
notification:
NSDictionary *
Incoming push notification that comes from [UIApplicationDelegate application:didReceiveRemoteNotification:fetchCompletionHandler:]
Returns
type:
nullable VIMessengerEvent *