passPushToken

fun passPushToken(@NonNull context: Context, pushToken: String)

Pass PushKit push token to the MoEngage SDK for the account configured as default.

Since

1.0.0

Parameters

context

instance of Context

pushToken

instance of String


fun passPushToken(context: Context, pushToken: String, appId: String)

Pass PushKit push token to the MoEngage SDK for the given account.

Since

3.0.0

Parameters

context

instance of Context

pushToken

instance of String

appId

Account identifier, APP ID on the MoEngage Dashboard.