processPushNotification

abstract fun processPushNotification(msg: String, handler: CompletionHandler<PushNotificationResult>)

API to process the payload received in FCM service for Webex calling. Use Phone.buildNotificationPayload API to create the payload first.

Since

3.8.0

Parameters

msg

: The push message or payload that needs to be processed

handler

: Closure that provides the result