Package io.rong.imlib
Interface IRongCoreCallback.CreateGroupCallback
-
- All Implemented Interfaces:
public interface IRongCoreCallback.CreateGroupCallback
-
-
Method Summary
Modifier and Type Method Description abstract voidonSuccess(IRongCoreEnum.CoreErrorCode processCode)abstract voidonError(IRongCoreEnum.CoreErrorCode errorCode, String errorData)当失败时被调用。 voidonFail(int code, String errorData)voidonFail(IRongCoreEnum.CoreErrorCode code, String errorData)voidonCallback(int code)-
-
Method Detail
-
onSuccess
abstract void onSuccess(IRongCoreEnum.CoreErrorCode processCode)
-
onError
abstract void onError(IRongCoreEnum.CoreErrorCode errorCode, String errorData)
当失败时被调用。
- Parameters:
errorCode- 错误码,用于失败的原因。errorData- 与错误代码相关联的额外信息。
-
onFail
void onFail(int code, String errorData)
-
onFail
void onFail(IRongCoreEnum.CoreErrorCode code, String errorData)
-
onCallback
void onCallback(int code)
-
-
-
-