NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
v2::V2NIMConversationGroupListener结构体 参考

#include <v2_nim_def_callback.hpp>

Public 属性

nstd::function< void(V2NIMConversationGroup conversationGroup)> onConversationGroupCreated
 会话分组创建
 
nstd::function< void(nstd::string groupId)> onConversationGroupDeleted
 会话分组删除
 
nstd::function< void(V2NIMConversationGroup conversationGroup)> onConversationGroupChanged
 会话分组更新
 
nstd::function< void(nstd::string groupId, nstd::vector< V2NIMConversation > conversationList)> onConversationsAddedToGroup
 会话加入会话分组
 
nstd::function< void(nstd::string groupId, nstd::vector< nstd::string > conversationIds)> onConversationsRemovedFromGroup
 会话移出会话分组
 

类成员变量说明

◆ onConversationGroupChanged

nstd::function<void(V2NIMConversationGroup conversationGroup)> v2::V2NIMConversationGroupListener::onConversationGroupChanged

会话分组更新

◆ onConversationGroupCreated

nstd::function<void(V2NIMConversationGroup conversationGroup)> v2::V2NIMConversationGroupListener::onConversationGroupCreated

会话分组创建

◆ onConversationGroupDeleted

nstd::function<void(nstd::string groupId)> v2::V2NIMConversationGroupListener::onConversationGroupDeleted

会话分组删除

◆ onConversationsAddedToGroup

nstd::function<void(nstd::string groupId, nstd::vector<V2NIMConversation> conversationList)> v2::V2NIMConversationGroupListener::onConversationsAddedToGroup

会话加入会话分组

◆ onConversationsRemovedFromGroup

nstd::function<void(nstd::string groupId, nstd::vector<nstd::string> conversationIds)> v2::V2NIMConversationGroupListener::onConversationsRemovedFromGroup

会话移出会话分组


该结构体的文档由以下文件生成: