ConversationChannelSyncConversationReadStatusListener

Interface for listening to unread message status synchronization.

When logged in on multiple devices, the onSyncConversationReadStatus callback is triggered upon receiving notifications from other devices about clearing the unread count of a conversation.

Functions

Link copied to clipboard
public abstract void onSyncConversationReadStatus(Message message, boolean isOffline)
Link copied to clipboard
public void onSyncConversationReadTime(ConversationType conversationType, String targetId, String channelId, long readTime)