Package io.rong.imlib
Interface IConversationChannelListener.ConversationChannelSyncConversationReadStatusListener
-
- All Implemented Interfaces:
public interface IConversationChannelListener.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.
-
-
Method Summary
Modifier and Type Method Description abstract void
onSyncConversationReadStatus(Message message, boolean isOffline)
void
onSyncConversationReadTime(ConversationType conversationType, String targetId, String channelId, long readTime)
-
-
Method Detail
-
onSyncConversationReadStatus
abstract void onSyncConversationReadStatus(Message message, boolean isOffline)
-
onSyncConversationReadTime
void onSyncConversationReadTime(ConversationType conversationType, String targetId, String channelId, long readTime)
-
-
-
-