Package io.rong.imlib
Interface IRongCoreCallback.UpdateUserProfileEnhancedCallback
-
- All Implemented Interfaces:
-
io.rong.imlib.IRongCoreCallback.OperationCallbackEx
public interface IRongCoreCallback.UpdateUserProfileEnhancedCallback implements IRongCoreCallback.OperationCallbackEx<T>
-
-
Method Summary
Modifier and Type Method Description void
onError(IRongCoreEnum.CoreErrorCode errorCode, List<String> errorData)
当失败时被调用。 -
-
Method Detail
-
onError
void onError(IRongCoreEnum.CoreErrorCode errorCode, List<String> errorData)
当失败时被调用。
- Parameters:
errorCode
- 错误码,用于失败的原因。errorData
- 与错误代码相关联的额外信息,其类型由接口的泛型参数指定。
-
-
-
-