sendReadReceiptMessage

public void sendReadReceiptMessage(ConversationType conversationType, String targetId, long timestamp, ISendMessageCallback callback)

发送已读回执,该方法会触发刷新消息未读数

通过 IRongCallback.ISendMessageCallback 中的方法回调发送的消息状态及消息体。注意:1 秒钟发送消息不能超过 5 条。

Parameters

conversationType

会话类型。

targetId

会话 id。根据不同的 conversationType,可能是用户 id、讨论组 id、群组 id 或聊天室 id。

timestamp

时间戳

callback

发送消息的回调。参考 IRongCallback.ISendMessageCallback。 该回调在主线程中执行,请避免在回调中执行耗时操作,防止 SDK 线程阻塞。