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

#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
 查询游标, 查询的起始位置
 

类成员变量说明

◆ cb

nim_qchat_server_search_page_cb_func NIMQChatServerSearchPageParam::cb

搜索异步回调

◆ cursor

char* NIMQChatServerSearchPageParam::cursor

查询游标, 查询的起始位置

◆ end_time

uint64_t NIMQChatServerSearchPageParam::end_time

结束时间

◆ keyword

char* NIMQChatServerSearchPageParam::keyword

搜索内容

◆ limit

uint32_t NIMQChatServerSearchPageParam::limit

查询条数

◆ order

NIMQChatSearchOrder NIMQChatServerSearchPageParam::order

排序顺序

◆ search_type

NIMQChatServerSearchType NIMQChatServerSearchPageParam::search_type

搜索类型

◆ server_types

uint32_t* NIMQChatServerSearchPageParam::server_types

搜索的服务器类型, 为空表示搜索所有类型

◆ server_types_count

size_t NIMQChatServerSearchPageParam::server_types_count

服务器类型长度

◆ sort

NIMQChatServerSearchSort NIMQChatServerSearchPageParam::sort

排序规则

◆ start_time

uint64_t NIMQChatServerSearchPageParam::start_time

起始时间

◆ user_data

void* NIMQChatServerSearchPageParam::user_data

自定义用户数据


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