appendBatchData

open fun appendBatchData(pushIntent: Intent, openIntent: Intent)

Append Batch data to your open intent so that opens from this push will be tracked by Batch and displayed into your dashboard. It also powers other features, such as but not limited to mobile landings.

Parameters

pushIntent

the intent from GCM/FCM, that originated this push

openIntent

the intent of the notification the will be triggered when the user clicks on it


open fun appendBatchData(@NonNull pushIntentExtras: Bundle, @NonNull openIntent: Intent)

Append Batch data to your open intent so that opens from this push will be tracked by Batch and displayed into your dashboard. It also powers other features, such as but not limited to mobile landings.

Parameters

pushIntentExtras

the extras of the intent coming from GCM/FCM, that originated this push

openIntent

the intent of the notification the will be triggered when the user clicks on it


open fun appendBatchData(@NonNull remoteMessage: RemoteMessage, @NonNull openIntent: Intent)

Append Batch data to your open intent so that opens from this push will be tracked by Batch and displayed into your dashboard. It also powers other features, such as but not limited to mobile landings.

Parameters

remoteMessage

the FCM message content

openIntent

the intent of the notification the will be triggered when the user clicks on it