Interface CompletionListener

    • Method Detail

      • onSuccess

        void onSuccess()
        Called when the associated operation completes successfully.
      • onError

        void onError​(ErrorInfo reason)
        Called when the associated operation completes with an error.
        Parameters:
        reason - information about the error.