set Message Received Status
public void setMessageReceivedStatus(int messageId, ConversationType conversationType, String targetId, ReceivedStatus receivedStatus, ResultCallback<Boolean> callback)
设置消息接收状态
Since
5.2.5
Parameters
message Id
消息 ID
conversation Type
聊天类型
received Status
消息接收状态
callback
回调。该回调在主线程中执行,请避免在回调中执行耗时操作,防止 SDK 线程阻塞。