Interface NotificationListener


  • public interface NotificationListener
    This interface is used to register to receive remote notifications from the server.
    Author:
    TIBCO
    • Method Detail

      • handleNotification

        void handleNotification​(NotificationMessage message)
        Handles receiving the notification.
        Parameters:
        message - A Notification Message.