isNotificationIntercepted

public boolean isNotificationIntercepted(Message message)

Whether to intercept this local notification, typically used for custom notification display.

Return

true to intercept (SDK will not show the notification; caller handles it); false to let SDK show it.

Parameters

message

the message associated with the local notification