onNotificationDisplayed

open fun onNotificationDisplayed(context: Context, intent: Intent)

Call this method when you just displayed a Batch push notification by yourself.

Parameters

context

Android's context

intent

the gcm push intent


open fun onNotificationDisplayed(context: Context, remoteMessage: RemoteMessage)

Call this method when you just displayed a Batch push notification by yourself.

Parameters

context

Android's context

remoteMessage

The Firebase message