Rate this page:

IMessengerPushNotificationProcessing

Helper to process incoming Voximplant messenger push notifications.

Note that this interface doesn't serve VoIP push notifications.

The interface serves notifications of the MessengerNotification types; use the IMessenger.managePushNotifications(List, IMessengerCompletionHandler) method to subscribe to notifications.

Methods

processPushNotification

Copy URL

IMessengerEvent

processPushNotification(

Map<String, String>

notification
)

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

Parameters

Returns