![]() |
NIM 跨平台 C++ SDK
|
圈组云端数据存储配置信息 更多...
#include <nim_qchat_client_def.h>
Public 属性 | |
uint32_t | thumbnail_width |
缩略图宽度 | |
uint32_t | thumbnail_height |
缩略图高度 | |
bool | auto_download_history_msg_attach_ |
是否自动下载历史消息附件 | |
bool | auto_download_image_thumb |
是否自动下载图片缩略图 | |
bool | auto_download_video_thumb |
是否自动下载视频缩略图 | |
bool | auto_download_image |
是否自动下载图片 | |
bool | auto_download_audio |
是否自动下载音频 | |
bool | auto_download_video |
是否自动下载视频 | |
bool | auto_download_file |
是否自动下载文件 | |
NIMQChatFCSAuthenticationType | fcs_auth_type |
下载附件类数据的鉴权方式 | |
char * | mock_ua |
mock user-agent | |
char * | mock_refer |
mock refer | |
圈组云端数据存储配置信息
bool NIMQChatFCSConfiguration::auto_download_audio |
是否自动下载音频
bool NIMQChatFCSConfiguration::auto_download_file |
是否自动下载文件
bool NIMQChatFCSConfiguration::auto_download_history_msg_attach_ |
是否自动下载历史消息附件
bool NIMQChatFCSConfiguration::auto_download_image |
是否自动下载图片
bool NIMQChatFCSConfiguration::auto_download_image_thumb |
是否自动下载图片缩略图
bool NIMQChatFCSConfiguration::auto_download_video |
是否自动下载视频
bool NIMQChatFCSConfiguration::auto_download_video_thumb |
是否自动下载视频缩略图
NIMQChatFCSAuthenticationType NIMQChatFCSConfiguration::fcs_auth_type |
下载附件类数据的鉴权方式
char* NIMQChatFCSConfiguration::mock_refer |
mock refer
char* NIMQChatFCSConfiguration::mock_ua |
mock user-agent
uint32_t NIMQChatFCSConfiguration::thumbnail_height |
缩略图高度
uint32_t NIMQChatFCSConfiguration::thumbnail_width |
缩略图宽度