NIM PC Cross Platform SDK
nim_qchat_attachment_cpp.h
Go to the documentation of this file.
1
11#ifndef __NIM_QCHAT_ATTACHMENT_CPP_H__
12#define __NIM_QCHAT_ATTACHMENT_CPP_H__
13
21namespace nim_qchat {
22
26class NIM_QCHAT_SDK_CPPWRAPPER_DLL_API Attachment {
27public:
33 static void RegCustomTokenCb(const QChatAttachmentRegCustomTokenCbParam& param);
34
41 static void RegUploadCb(const QChatAttachmentRegUploadCbParam& param);
42
48 static void RegDownloadCb(const QChatAttachmentRegDownloadCbParam& param);
49
55 static void RegProgressCb(const QChatAttachmentRegProgressCbParam& param);
56
62 static void Upload(const QChatAttachmentUploadParam& param);
63
69 static void StopUpload(const QChatAttachmentStopUploadParam& param);
70
76 static void Download(const QChatAttachmentDownloadParam& param);
77
83 static void StopDownload(const QChatAttachmentStopDownloadParam& param);
84};
85
86} // namespace nim_qchat
87
88#endif // __NIM_QCHAT_ATTACHMENT_CPP_H__
圈组附件能力
Definition: nim_qchat_attachment_cpp.h:26
namespace nim_qchat
圈组CPP wrapper helpers
Definition: nim_qchat_attachment_cpp_def.h:240
Definition: nim_qchat_attachment_cpp_def.h:115
Definition: nim_qchat_attachment_cpp_def.h:150
Definition: nim_qchat_attachment_cpp_def.h:166
Definition: nim_qchat_attachment_cpp_def.h:133
Definition: nim_qchat_attachment_cpp_def.h:283
Definition: nim_qchat_attachment_cpp_def.h:223
Definition: nim_qchat_attachment_cpp_def.h:188