process Push Notification
abstract fun processPushNotification(msg: String, handler: CompletionHandler<PushNotificationResult>)
Content copied to clipboard
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