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 voidonError(IRongCoreEnum.CoreErrorCode e)Callback triggered on error. final voidonFail(int errorCode)final voidonFail(IRongCoreEnum.CoreErrorCode coreErrorCode)abstract voidonError(Integer messageId, IRongCoreEnum.CoreErrorCode e)final voidonFail(Integer messageId, int errorCode)final voidonFail(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)
-
-
-
-