Rate this page:

PushConfig

Constructors

PushConfig

Copy URL
fun PushConfig(token: 

String

,
bundleId:

String?

):

Parameters

  • token:

    String

    This API is in beta and subject to change.

    Push registration token.

  • bundleId:

    String?

    Optional

    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.

Props

token

Copy URL
var token: 

String

This API is in beta and subject to change.

Push registration token.

Returns

  • type:

    String

bundleId

Copy URL
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?