setMessageReceivedStatus

public void setMessageReceivedStatus(int messageId, ConversationType conversationType, String targetId, ReceivedStatus receivedStatus, ResultCallback<Boolean> callback)

设置消息接收状态

Since

5.2.5

Parameters

messageId

消息 ID

conversationType

聊天类型

receivedStatus

消息接收状态

callback

回调。该回调在主线程中执行,请避免在回调中执行耗时操作,防止 SDK 线程阻塞。