NIM PC Cross Platform SDK
|
#include <nim_qchat_channel_def.h>
Public 属性 | |
nim_qchat_channel_subscribe_as_visitor_cb_func | cb |
以游客身份订阅服务器异步回调 | |
void * | user_data |
自定义用户数据 | |
NIMQChatSubscribeOpeType | ope_type |
操作类型 | |
size_t | id_infos_count |
ID 列表长度 | |
NIMQChatChannelIDInfo * | id_infos |
ID 列表 | |
NIMQChatSubscribeType | sub_type |
nim_qchat_channel_subscribe_as_visitor_cb_func NIMQChatChannelSubscribeAsVisitorParam::cb |
以游客身份订阅服务器异步回调
NIMQChatChannelIDInfo* NIMQChatChannelSubscribeAsVisitorParam::id_infos |
ID 列表
size_t NIMQChatChannelSubscribeAsVisitorParam::id_infos_count |
ID 列表长度
NIMQChatSubscribeOpeType NIMQChatChannelSubscribeAsVisitorParam::ope_type |
操作类型
NIMQChatSubscribeType NIMQChatChannelSubscribeAsVisitorParam::sub_type |
void* NIMQChatChannelSubscribeAsVisitorParam::user_data |
自定义用户数据