NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_attachment_cpp.h
浏览该文件的文档.
1
11#ifndef __NIM_QCHAT_ATTACHMENT_CPP_H__
12#define __NIM_QCHAT_ATTACHMENT_CPP_H__
13
19namespace nim {
20
25public:
31 static void RegCustomTokenCb(const QChatAttachmentRegCustomTokenCbParam& param);
32
39 static void RegUploadCb(const QChatAttachmentRegUploadCbParam& param);
40
46 static void RegDownloadCb(const QChatAttachmentRegDownloadCbParam& param);
47
53 static void RegProgressCb(const QChatAttachmentRegProgressCbParam& param);
54
60 static void Upload(const QChatAttachmentUploadParam& param);
61
67 static void StopUpload(const QChatAttachmentStopUploadParam& param);
68
74 static void Download(const QChatAttachmentDownloadParam& param);
75
81 static void StopDownload(const QChatAttachmentStopDownloadParam& param);
82};
83
84} // namespace nim
85
86#endif // __NIM_QCHAT_ATTACHMENT_CPP_H__
圈组附件能力
Definition: nim_qchat_attachment_cpp.h:24
namespace nim
#define NIM_QCHAT_SDK_CPPWRAPPER_DLL_API
Definition: nim_qchat_sdk_cpp_wrapper.h:38
Definition: nim_qchat_attachment_cpp_def.h:232
Definition: nim_qchat_attachment_cpp_def.h:107
Definition: nim_qchat_attachment_cpp_def.h:142
Definition: nim_qchat_attachment_cpp_def.h:158
Definition: nim_qchat_attachment_cpp_def.h:125
Definition: nim_qchat_attachment_cpp_def.h:275
Definition: nim_qchat_attachment_cpp_def.h:215
Definition: nim_qchat_attachment_cpp_def.h:180