IChatMergingDispatcher

会话请求结果合并转发相关功能定义

Inheritors

Functions

Link copied to clipboard

查找本地最大的会话seq

Link copied to clipboard
abstract fun onDestroy()

资源回收操作

Link copied to clipboard
abstract fun onMergeChats(pagingFrom: String, comingChatList: List<KIMCoreChat>, countDownLatch: CountDownLatch, signalTime: Pair<String, Long>)

comingChatList列表合并到总会话列表

Link copied to clipboard
abstract fun onPostLoadError(pagingFrom: String, errorCode: ErrorCode)

处理加载异常

Link copied to clipboard
abstract fun onPostPreLoadedFirstPage(comingChatList: List<KIMCoreChat>, signalTime: Pair<String, Long>)

预加载的首页会话上屏处理

Link copied to clipboard
abstract fun onPostReloadChat(comingChat: KIMCoreChat, signalTime: Pair<String, Long>)

处理重新加载某个会话

Link copied to clipboard
abstract fun onRemoveChat(countDownLatch: CountDownLatch, chatIdToRemove: String, signalTime: Pair<String, Long>)

从会话列表中删除会话