isNotificationIntercepted

public boolean isNotificationIntercepted(Message message)

Determines whether to intercept this local notification, typically used for customizing the display of local notifications.

Return

Whether to intercept. true: Intercept the local notification, and the SDK will not display the notification; the user needs to handle it themselves. false: Do not intercept, and the SDK will display the local notification.

Parameters

message

The message corresponding to the local notification