on Notification Message Clicked
public abstract boolean onNotificationMessageClicked(Context context, PushType pushType, PushNotificationMessage notificationMessage)
通知点击时的回调。
Return
事件是否被拦截处理。true, 代表事件被应用层拦截, sdk 不再处理;false, 按 sdk 默认逻辑处理。
Parameters
context
上下文
push Type
推送类型
notification Message
推送消息