onNotificationMessageArrived

public void onNotificationMessageArrived(Context context, PushType pushType, PushNotificationMessage pushNotificationMessage)

推送通知到达的事件回调. 使用第三方通知栏方式推送时,由手机系统层弹出通知后,再回调此事件。

回调此方法时,通知栏已经弹出,故无法自定义通知的显示

Parameters

context

上下文

pushType

推送类型

pushNotificationMessage

通知消息