syncConversationReadStatus

public void syncConversationReadStatus(ConversationType type, String targetId, long timestamp, OperationCallback callback)

同步会话阅读状态。

Parameters

type

会话类型

targetId

会话 id

timestamp

会话中已读的最后一条消息的发送时间戳 getSentTime

callback

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


public void syncConversationReadStatus(ConversationIdentifier conversationIdentifier, long timestamp, OperationCallback callback)

同步会话阅读状态。

Parameters

conversationIdentifier

会话标识

timestamp

会话中已读的最后一条消息的发送时间戳 getSentTime

callback

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