syncConversationReadStatus

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

Synchronizes the read status of a conversation.

Since

5.0.0

Parameters

type

The type of the conversation.

targetId

The ID of the conversation.

timestamp

The sent timestamp of the last read message in the conversation getSentTime.

callback

The callback function.