PushConfig
Constructors
PushConfig
fun PushConfig(token: String
, bundleId: String?
):
Parameters
token:
String
Push registration token.
bundleId:
String?
OptionalApplication 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
Push registration token.
Returns
type:
String
bundleId
var bundleId: String?
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?