Package io.rong.imlib
Interface RongIMClient.SyncConversationReadStatusListener
-
- All Implemented Interfaces:
public interface RongIMClient.SyncConversationReadStatusListenerListener interface for synchronizing unread message status.
When logged in on multiple devices, this callback
onSyncConversationReadStatusis triggered upon receiving a notification from another device that clears the unread count of a specific conversation.
-
-
Method Summary
Modifier and Type Method Description abstract voidonSyncConversationReadStatus(ConversationType type, String targetId)-
-
Method Detail
-
onSyncConversationReadStatus
abstract void onSyncConversationReadStatus(ConversationType type, String targetId)
-
-
-
-