Interface NotificationFilter

    • Method Detail

      • isNotificationEnabled

        boolean isNotificationEnabled​(Notification notification)
        Invoked before sending the specified notification to the listener.
        Parameters:
        notification - The notification to be sent.
        Returns:
        true if the notification has to be sent to the listener, false otherwise.