Interface UnifiedPortalServiceListener


  • public interface UnifiedPortalServiceListener
    Interface that can be used to retrieve availability status updates from a UnifiedPortalService. One or more listeners can be registered with a UnifiedPortalService object to retrieve status updates. All of the callback methods defined in UnifiedPortalServiceListener interface have the UnifiedPortalService object instance as an argument, to identify the service.
    • Method Detail

      • onUnifiedPortalServiceAvailable

        void onUnifiedPortalServiceAvailable​(UnifiedPortalService unifiedPortalService)
        Called when the Unified Portal service becomes available.
        Parameters:
        unifiedPortalService - The Unified Portal service associated with the callback.
      • onUnifiedPortalServiceUnavailable

        void onUnifiedPortalServiceUnavailable​(UnifiedPortalService unifiedPortalService)
        Called when the Unified Portal service becomes unavailable.
        Parameters:
        unifiedPortalService - The Unified Portal service associated with the callback.