NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_attachment.h
浏览该文件的文档.
1
11#ifndef __NIM_QCHAT_SYSMSG_H__
12#define __NIM_QCHAT_SYSMSG_H__
13
14#include "nim_qchat_defines/nim_qchat_attachment_def.h"
15#include "public_defines.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
26
33
40
47
54
61
68
75#ifdef __cplusplus
76}
77#endif
78
79#endif // __NIM_QCHAT_SYSMSG_H__
#define NIM_SDK_DLL_API
Definition: nim_build_config.h:14
NIM_SDK_DLL_API void nim_qchat_attachment_stop_download(const NIMQChatAttachmentStopDownloadParam *param)
停止附件下载
NIM_SDK_DLL_API void nim_qchat_attachment_reg_upload_cb(const NIMQChatAttachmentRegUploadCbParam *param)
注册上传全局回调,例如发送多媒体消息自动上传时会触发此回调
NIM_SDK_DLL_API void nim_qchat_attachment_stop_upload(const NIMQChatAttachmentStopUploadParam *param)
停止附件上传
NIM_SDK_DLL_API void nim_qchat_attachment_reg_progress_cb(const NIMQChatAttachmentRegProgressCbParam *param)
注册上传/下载全局进度回调,例如多媒体消息自动上传/下载时会触发此回调
NIM_SDK_DLL_API void nim_qchat_attachment_download(const NIMQChatAttachmentDownloadParam *param)
附件下载
NIM_SDK_DLL_API void nim_qchat_attachment_reg_download_cb(const NIMQChatAttachmentRegDownloadCbParam *param)
注册下载全局回调,例如接收多媒体消息自动下载时会触发此回调
NIM_SDK_DLL_API void nim_qchat_attachment_upload(const NIMQChatAttachmentUploadParam *param)
附件上传
NIM_SDK_DLL_API void nim_qchat_attachment_reg_custom_token_cb(const NIMQChatAttachmentRegCustomTokenCbParam *param)
注册附件上传下载自定义token获取回调
NIM SDK 及 NIM ChatRoom SDK 公用头文件
Definition: nim_qchat_attachment_def.h:140
Definition: nim_qchat_attachment_def.h:88
Definition: nim_qchat_attachment_def.h:104
Definition: nim_qchat_attachment_def.h:112
Definition: nim_qchat_attachment_def.h:96
Definition: nim_qchat_attachment_def.h:158
Definition: nim_qchat_attachment_def.h:134
Definition: nim_qchat_attachment_def.h:120