Package io.rong.imlib
Interface IRongCoreCallback.CreateGroupCallback
-
- All Implemented Interfaces:
public interface IRongCoreCallback.CreateGroupCallback
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(IRongCoreEnum.CoreErrorCode processCode)
abstract void
onError(IRongCoreEnum.CoreErrorCode errorCode, String errorData)
Called when a failure occurs. void
onFail(int code, String errorData)
void
onFail(IRongCoreEnum.CoreErrorCode code, String errorData)
void
onCallback(int code)
-
-
Method Detail
-
onSuccess
abstract void onSuccess(IRongCoreEnum.CoreErrorCode processCode)
-
onError
abstract void onError(IRongCoreEnum.CoreErrorCode errorCode, String errorData)
Called when a failure occurs.
- Parameters:
errorCode
- Indicates the error code that describes the cause of the failure.errorData
- Specifies additional information associated with the error code.
-
onFail
void onFail(int code, String errorData)
-
onFail
void onFail(IRongCoreEnum.CoreErrorCode code, String errorData)
-
onCallback
void onCallback(int code)
-
-
-
-