Package io.rong.imlib

Interface IRongCoreCallback.InviteUsersToGroupResultCallback

    • 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
    • Method Summary

      Modifier and Type Method Description
      abstract void onSuccess(IRongCoreEnum.CoreErrorCode processCode) 邀请请求处理成功。
      abstract void onError(IRongCoreEnum.CoreErrorCode errorCode, InviteUsersToGroupErrorInfo errorInfo) 邀请请求处理失败。
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • onError

         abstract void onError(IRongCoreEnum.CoreErrorCode errorCode, InviteUsersToGroupErrorInfo errorInfo)

        邀请请求处理失败。

        Parameters:
        errorCode - 失败错误码
        errorInfo - 可空的结构化失败详情
        Since:

        5.46.0