PushConfig
Constructors
PushConfig
fun PushConfig(token: String
, bundleId: String?
):
Parameters
token:
String
This API is in beta and subject to change.
Push registration token.
bundleId:
String?
OptionalThis API is in beta and subject to change.
Application bundle id is generally the applicationId in the app-level build.gradle file.
Set only if push notifications are going to be sent across several Android apps via a single Voximplant application or if you add several push certificates.
Props
token
var token: String
This API is in beta and subject to change.
Push registration token.
Returns
type:
String
bundleId
var bundleId: String?
This API is in beta and subject to change.
Application bundle id is generally the applicationId in the app-level build.gradle file.
Set only if push notifications are going to be sent across several Android apps via a single Voximplant application or if you add several push certificates.
Returns
type:
String?