![]() |
NIM 跨平台 C++ SDK
|
#include <nim_qchat_server_def.h>
Public 属性 | |
nim_qchat_server_search_page_cb_func | cb |
搜索异步回调 | |
void * | user_data |
自定义用户数据 | |
char * | keyword |
搜索内容 | |
uint64_t | start_time |
起始时间 | |
uint64_t | end_time |
结束时间 | |
NIMQChatSearchOrder | order |
排序顺序 | |
NIMQChatServerSearchSort | sort |
排序规则 | |
uint32_t * | server_types |
搜索的服务器类型, 为空表示搜索所有类型 | |
size_t | server_types_count |
服务器类型长度 | |
NIMQChatServerSearchType | search_type |
搜索类型 | |
uint32_t | limit |
查询条数 | |
char * | cursor |
查询游标, 查询的起始位置 | |
nim_qchat_server_search_page_cb_func NIMQChatServerSearchPageParam::cb |
搜索异步回调
char* NIMQChatServerSearchPageParam::cursor |
查询游标, 查询的起始位置
uint64_t NIMQChatServerSearchPageParam::end_time |
结束时间
char* NIMQChatServerSearchPageParam::keyword |
搜索内容
uint32_t NIMQChatServerSearchPageParam::limit |
查询条数
NIMQChatSearchOrder NIMQChatServerSearchPageParam::order |
排序顺序
NIMQChatServerSearchType NIMQChatServerSearchPageParam::search_type |
搜索类型
uint32_t* NIMQChatServerSearchPageParam::server_types |
搜索的服务器类型, 为空表示搜索所有类型
size_t NIMQChatServerSearchPageParam::server_types_count |
服务器类型长度
NIMQChatServerSearchSort NIMQChatServerSearchPageParam::sort |
排序规则
uint64_t NIMQChatServerSearchPageParam::start_time |
起始时间
void* NIMQChatServerSearchPageParam::user_data |
自定义用户数据