![]() |
NIM 跨平台 C++ SDK
|
#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 |
| 附件路径 | |
| nim_qchat_attachment_download_cb_func NIMQChatAttachmentDownloadParam::cb |
下载附件异步回调
| char* NIMQChatAttachmentDownloadParam::file_path |
附件路径
| nim_qchat_attachment_progress_cb_func NIMQChatAttachmentDownloadParam::progress_cb |
下载附件进度回调
| NIMQChatDownloadResType NIMQChatAttachmentDownloadParam::res_type |
下载资源类型
| char* NIMQChatAttachmentDownloadParam::task_id |
任务id, 为空时自动生成
| char* NIMQChatAttachmentDownloadParam::url |
附件url
| void* NIMQChatAttachmentDownloadParam::user_data |
自定义用户数据