Package io.rong.imlib
Interface IRongCoreCallback.UpdateUserProfileCallback
-
- All Implemented Interfaces:
-
io.rong.imlib.IRongCoreCallback.OperationCallbackEx
public interface IRongCoreCallback.UpdateUserProfileCallback implements IRongCoreCallback.OperationCallbackEx<T>
-
-
Method Summary
Modifier and Type Method Description abstract voidonError(int errorCode, String errorData)voidonError(IRongCoreEnum.CoreErrorCode errorCode, String errorData)Called when the operation fails. -
-
Method Detail
-
onError
@Deprecated() abstract void onError(int errorCode, String errorData)
-
onError
void onError(IRongCoreEnum.CoreErrorCode errorCode, String 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.
-
-
-
-