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

#include <nim_qchat_attachment_def.h>

Public 属性

nim_qchat_attachment_download_cb_func cb
 下载附件异步回调
 
nim_qchat_attachment_progress_cb_func progress_cb
 下载附件进度回调
 
void * user_data
 自定义用户数据
 
NIMQChatDownloadResType res_type
 下载资源类型
 
char * task_id
 任务id, 为空时自动生成
 
char * url
 附件url
 
char * file_path
 附件路径
 

类成员变量说明

◆ cb

nim_qchat_attachment_download_cb_func NIMQChatAttachmentDownloadParam::cb

下载附件异步回调

◆ file_path

char* NIMQChatAttachmentDownloadParam::file_path

附件路径

◆ progress_cb

nim_qchat_attachment_progress_cb_func NIMQChatAttachmentDownloadParam::progress_cb

下载附件进度回调

◆ res_type

NIMQChatDownloadResType NIMQChatAttachmentDownloadParam::res_type

下载资源类型

◆ task_id

char* NIMQChatAttachmentDownloadParam::task_id

任务id, 为空时自动生成

◆ url

char* NIMQChatAttachmentDownloadParam::url

附件url

◆ user_data

void* NIMQChatAttachmentDownloadParam::user_data

自定义用户数据


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