sendReadReceiptResponseV5

public abstract void sendReadReceiptResponseV5(ConversationIdentifier identifier, List<String> messageUIds, IRongCoreCallback.OperationCallback callback)

发送某个会话中的消息已读回执(V5)。

发送消时 setNeedReceipt 设置为 true ,接收方调用此接口发送已读。 发送方将通过 onMessageReceiptResponse 收到回执通知。

注意:仅支持单聊和群聊会话类型。

Since

5.20.0

Parameters

identifier

会话标识,仅支持单群聊。

messageUIds

消息 UID 列表,最多 100 条。

callback

回调结果。