![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_server_def.h>
Public 属性 | |
| nim_qchat_server_apply_cb_func | cb |
| 申请加入异步回调 | |
| void * | user_data |
| 自定义用户数据 | |
| uint64_t | server_id |
| 服务器 id | |
| uint64_t | ttl |
| 请求生存时间 ms | |
| char * | postscript |
| 附言 | |
| nim_qchat_server_apply_cb_func NIMQChatServerApplyParam::cb |
申请加入异步回调
| char* NIMQChatServerApplyParam::postscript |
附言
| uint64_t NIMQChatServerApplyParam::server_id |
服务器 id
| uint64_t NIMQChatServerApplyParam::ttl |
请求生存时间 ms
| void* NIMQChatServerApplyParam::user_data |
自定义用户数据