Interface GetResourcesCompletionHandler


  • public interface GetResourcesCompletionHandler
    Declares a completion handler used to report the status of a GetResources request.
    • Method Detail

      • onSuccess

        void onSuccess​(UnifiedPortalResources resources,
                       java.lang.String portalUserToken,
                       java.util.Date portalUserTokenExpirationTime,
                       UnifiedPortalConferencingConfiguration conferencingConfiguration)
        Success operation.
        Parameters:
        resources - Unified Portal resources. Not null if the request was successfully completed.
        portalUserToken - Portal User Token. Not null if the request was successfully completed.
        portalUserTokenExpirationTime - The time Portal User Token is valid till.
        conferencingConfiguration - Unified Portal conferencing configuration. Application shall check token for expiration before use, and obtain a new token if required. Not null if the request was successfully completed.
      • onError

        void onError​(UnifiedPortalError error)
        Operation failed.
        Parameters:
        error - Not null if the request failed. Represents the error associated with the request.