Package io.rong.imlib
Class IRongCoreCallback.SendMessageCallback
-
- All Implemented Interfaces:
public abstract class IRongCoreCallback.SendMessageCallback extends IRongCoreCallback.ResultCallback<T>
Callback for sending messages.
-
-
Constructor Summary
Constructors Constructor Description IRongCoreCallback.SendMessageCallback()
-
Method Summary
Modifier and Type Method Description final void
onError(IRongCoreEnum.CoreErrorCode e)
Callback triggered on error. final void
onFail(int errorCode)
final void
onFail(IRongCoreEnum.CoreErrorCode coreErrorCode)
abstract void
onError(Integer messageId, IRongCoreEnum.CoreErrorCode e)
final void
onFail(Integer messageId, int errorCode)
final void
onFail(Integer messageId, IRongCoreEnum.CoreErrorCode coreErrorCode)
-
-
Method Detail
-
onError
final void onError(IRongCoreEnum.CoreErrorCode e)
Callback triggered on error.
- Parameters:
e
- Error code.
-
onFail
final void onFail(int errorCode)
-
onFail
final void onFail(IRongCoreEnum.CoreErrorCode coreErrorCode)
-
onError
abstract void onError(Integer messageId, IRongCoreEnum.CoreErrorCode e)
-
onFail
final void onFail(Integer messageId, int errorCode)
-
onFail
final void onFail(Integer messageId, IRongCoreEnum.CoreErrorCode coreErrorCode)
-
-
-
-