on Message Receipt Response
public abstract void onMessageReceiptResponse(ConversationType type, String targetId, String messageUId, HashMap<String, Long> respondUserIdList)
在群组和讨论组中发起了回执请求的用户,当收到接收方的响应时,会回调此方法。
Parameters
type
会话类型
target Id
会话 id
message UId
收到回执响应的消息的 uId
respond User Id List
会话中响应了此消息的用户列表。其中 key: 用户 id ; value: 响应时间。