pre Notification Message Arrived
public abstract boolean preNotificationMessageArrived(Context context, PushType pushType, PushNotificationMessage notificationMessage)
Callback before the notification is displayed. Users can intercept this event to customize the notification display. This method is called back for RCdefault push, Huawei data transmission push, and FCM data push.
Return
Whether to intercept the event. `true` means the event is intercepted and the SDK will not handle it; `false` means the SDK will handle it with default logic.
Parameters
context
The context
push Type
The push type
notification Message
The push message