on Notification Message Clicked
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
push Type
The type of push notification
notification Message
The push notification message