onNotificationMessageClicked

public abstract boolean onNotificationMessageClicked(Context context, PushType pushType, PushNotificationMessage notificationMessage)

Callback triggered when a notification is clicked.

Return

Indicates whether the event is intercepted. true means the event is intercepted by the application layer, and the SDK will not process it; false means the event is processed according to the SDK's default logic.

Parameters

context

The context

pushType

The type of push notification

notificationMessage

The push notification message