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