setPushTokens

abstract fun setPushTokens(    bundleId: String,     deviceId: String,     voipToken: String,     appId: String = "")

Set parameters required for Push notifications of Webex calling

Since

3.8.0

Parameters

bundleId

: The bundle id or package name of the application

deviceId

: The device id

voipToken

: The FCM device token to which push notifications will be sent

appId

: The unique App Id associated with your FCM secret in Cisco PushREST.