Rate this page:

VIMessengerPushNotificationProcessing

Helper to process incoming Voximplant messenger push notifications.

Note that this interface doesn't 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
Copy URL
+ (

nullable VIMessengerEvent *

)processPushNotification:(

NSDictionary *

)notification

Process an incoming Voximplant messenger push notification and return the appropriate messenger event object (VIMessageEvent) extended from VIMessengerEvent.

Parameters

Returns