| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onConversationChanged |
( |
List< V2NIMConversation > |
conversationList | ) |
|
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onConversationCreated |
( |
V2NIMConversation |
conversation | ) |
|
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onConversationDeleted |
( |
List< String > |
conversationIds | ) |
|
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onConversationReadTimeUpdated |
( |
String |
conversationId, |
|
|
long |
readTime |
|
) |
| |
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onSyncFailed |
( |
V2NIMError |
error | ) |
|
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onSyncFinished |
( |
| ) |
|
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onSyncStarted |
( |
| ) |
|
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onTotalUnreadCountChanged |
( |
int |
unreadCount | ) |
|
| void com.netease.nimlib.sdk.v2.conversation.V2NIMConversationListener.onUnreadCountChangedByFilter |
( |
V2NIMConversationFilter |
filter, |
|
|
int |
unreadCount |
|
) |
| |
未读数改变回调
- 参数
-
| filter | 会话过滤器 |
| unreadCount | 未读数 |
该接口的文档由以下文件生成: