Package io.rong.imlib
Interface IRongCoreCallback.IGetBatchRemoteUltraGroupMessageCallback
-
- All Implemented Interfaces:
public interface IRongCoreCallback.IGetBatchRemoteUltraGroupMessageCallback
-
-
Method Summary
Modifier and Type Method Description abstract void
onSuccess(List<Message> matchedMsgList, List<Message> notMatchedMsgList)
abstract void
onError(IRongCoreEnum.CoreErrorCode errorCode)
void
callback(List<Message> matchedMsgList, List<Message> notMatchedMsgList)
void
onFail(IRongCoreEnum.CoreErrorCode errorCode)
-
-
Method Detail
-
onSuccess
abstract void onSuccess(List<Message> matchedMsgList, List<Message> notMatchedMsgList)
-
onError
abstract void onError(IRongCoreEnum.CoreErrorCode errorCode)
-
callback
void callback(List<Message> matchedMsgList, List<Message> notMatchedMsgList)
-
onFail
void onFail(IRongCoreEnum.CoreErrorCode errorCode)
-
-
-
-