Package io.rong.imlib

Interface IRongCoreCallback.OperationCallbackEx

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • onSuccess

         abstract void onSuccess()

        Called when successful.

      • onError

         abstract void onError(IRongCoreEnum.CoreErrorCode errorCode, T errorData)

        Called when the operation fails.

        Parameters:
        errorCode - The error code indicating the reason for failure.
        errorData - Additional information associated with the error code, whose type is specified by the generic parameter of the interface.
      • onFail

         void onFail(int code, T errorData)