Package io.rong.imlib
Interface RongIMClient.SyncConversationReadStatusListener
-
- All Implemented Interfaces:
public interface RongIMClient.SyncConversationReadStatusListener同步消息未读状态监听接口。
多端登录,收到其它端清除某一会话未读数通知的时候,回调
onSyncConversationReadStatus。
-
-
Method Summary
Modifier and Type Method Description abstract voidonSyncConversationReadStatus(ConversationType type, String targetId)-
-
Method Detail
-
onSyncConversationReadStatus
abstract void onSyncConversationReadStatus(ConversationType type, String targetId)
-
-
-
-