Package io.rong.imlib
Class IRongCoreCallback.LogResultCallbackEx
-
- All Implemented Interfaces:
public class IRongCoreCallback.LogResultCallbackEx<T, K, M> extends IRongCoreCallback.ResultCallbackEx<T, K, M>
-
-
Constructor Summary
Constructors Constructor Description IRongCoreCallback.LogResultCallbackEx(IRongCoreCallback.ResultCallbackEx<T, K, M> callback, LogTag tag, long session)
-
Method Summary
Modifier and Type Method Description void
onSuccess(T t, K k, M m)
成功时回调。 void
onError(IRongCoreEnum.CoreErrorCode e)
错误时回调。 void
onFail(IRongCoreEnum.CoreErrorCode e)
void
onFail(int errorCode)
void
onCallback(T t, K k, M m)
void
onCallbackIsNull()
-
-
Constructor Detail
-
IRongCoreCallback.LogResultCallbackEx
IRongCoreCallback.LogResultCallbackEx(IRongCoreCallback.ResultCallbackEx<T, K, M> callback, LogTag tag, long session)
-
-
Method Detail
-
onError
void onError(IRongCoreEnum.CoreErrorCode e)
错误时回调。
- Parameters:
e
- 错误代码。
-
onFail
void onFail(IRongCoreEnum.CoreErrorCode e)
-
onFail
void onFail(int errorCode)
-
onCallback
void onCallback(T t, K k, M m)
-
onCallbackIsNull
void onCallbackIsNull()
-
-
-
-