Package 

Interface NotificationHandler

    • Method Detail

      • onPushMessage

         Boolean onPushMessage(PushMessage message)

        Handles showing notification after receiving PushMessage. Default implementation loads necessary data from the server and shows notification if application is not in foreground.

      • dismissChannelNotifications

         abstract Unit dismissChannelNotifications(String channelType, String channelId)

        Dismiss notifications from a given channelType and channelId.

        Parameters:
        channelType - String that represent the channel type of the channel you want to dismiss notifications.
        channelId - String that represent the channel id of the channel you want to dismiss notifications.