NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
nim_qchat_channel_subscribe_cb_func | cb |
订阅频道信息回调函数 | |
void * | user_data |
NIMQChatSubscribeOpeType | ope_type |
操作类型 | |
NIMQChatSubscribeType | sub_type |
订阅类型 | |
size_t | id_infos_count |
ID 列表长度 | |
NIMQChatChannelIDInfo * | id_infos |
ID 列表 | |
nim_qchat_channel_subscribe_cb_func NIMQChatChannelSubscribeParam::cb |
订阅频道信息回调函数
NIMQChatChannelIDInfo* NIMQChatChannelSubscribeParam::id_infos |
ID 列表
size_t NIMQChatChannelSubscribeParam::id_infos_count |
ID 列表长度
NIMQChatSubscribeOpeType NIMQChatChannelSubscribeParam::ope_type |
操作类型
NIMQChatSubscribeType NIMQChatChannelSubscribeParam::sub_type |
订阅类型
void* NIMQChatChannelSubscribeParam::user_data |