Package io.rong.imlib
Interface IRongCoreCallback.IGetMessageCallbackEx
-
- All Implemented Interfaces:
public interface IRongCoreCallback.IGetMessageCallbackEx
-
-
Method Summary
Modifier and Type Method Description abstract voidonComplete(List<Message> messageList, long syncTimestamp, boolean hasMoreMsg, IRongCoreEnum.CoreErrorCode errorCode)abstract voidonFail(IRongCoreEnum.CoreErrorCode errorCode)-
-
Method Detail
-
onComplete
abstract void onComplete(List<Message> messageList, long syncTimestamp, boolean hasMoreMsg, IRongCoreEnum.CoreErrorCode errorCode)
-
onFail
abstract void onFail(IRongCoreEnum.CoreErrorCode errorCode)
-
-
-
-