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
processPushNotification(Map<String, String>
notification)
Process an incoming Voximplant messenger push notification and return the appropriate messenger event object (IMessageEvent) extended from IMessengerEvent.
Parameters
notification:
Map<String, String>
Payload data of an incoming push notification that comes from FirebaseMessagingService.onMessageReceived(RemoteMessage remoteMessage) in case of editing or sending messages.
Returns
type: