Package io.rong.imlib
Interface IRongCoreCallback.SubscribeEventCallback
-
- All Implemented Interfaces:
-
io.rong.imlib.IRongCoreCallback.OperationCallbackEx
public interface IRongCoreCallback.SubscribeEventCallback<T> implements IRongCoreCallback.OperationCallbackEx<T>
/~english
-
-
Method Summary
Modifier and Type Method Description abstract void
onError(int errorCode, T errorData)
void
onError(IRongCoreEnum.CoreErrorCode errorCode, T errorData)
/~english -
-
Method Detail
-
onError
void onError(IRongCoreEnum.CoreErrorCode errorCode, T errorData)
/~english
-
-
-
-