Interface SendClientInfoCompletionHandler


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

      • onSuccess

        void onSuccess()
        Success operation.
      • onError

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