afterNotificationMessageArrived

public abstract void afterNotificationMessageArrived(Context context, PushType pushType, PushNotificationMessage notificationMessage)

Callback triggered when a push notification delivery event is received from a third-party push platform. At this point, the notification has already been displayed by the mobile platform and cannot be customized.

Parameters

context

The context

pushType

The type of push notification

notificationMessage

The push notification message