onRemoveChat

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

从会话列表中删除会话

Parameters

countDownLatch

onRemoveChat中逻辑完成时需要执行CountDownLatch.countDown

chatIdToRemove

需要移除的会话id

signalTime

请求的起始时间标记,可用于会话上屏时区分数据新旧关系