Package io.rong.imlib

Interface IRongCoreCallback.UpdateUserProfileCallback

    • 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() 更新用户信息成功时被调用
      abstract void onError(int errorCode, String errorKey) 更新用户信息错误时被调用
      void onCallback()
      void onFail(int errorCode, String errorKey)
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • onSuccess

         abstract void onSuccess()

        更新用户信息成功时被调用

        Since:

        5.10.0

      • onError

         abstract void onError(int errorCode, String errorKey)

        更新用户信息错误时被调用

        Parameters:
        errorCode - 错误码
        errorKey - 出现错误的Key
        Since:

        5.10.0

      • onFail

         void onFail(int errorCode, String errorKey)