onPushMessageReceived

abstract fun onPushMessageReceived(data: Map<String?, String?>?)

The implementation of this method would receive a notification and handle it in some way, such as showing a notification to the user.

Parameters

data

the notification payload.