NIM 跨平台 C++ SDK
|
#include "nim_qchat_public_cpp_def.h"
命名空间 | |
namespace | nim |
namespace nim | |
类型定义 | |
typedef std::function< QChatAttachmentCustomTokenResp(const QChatAttachmentCustomTokenResp &) | nim::AttachmentCustomTokenCallback) |
获取附件自定义token回调 | |
typedef std::function< void(const QChatAttachmentUploadResp &) | nim::AttachmentUploadCallback) |
上传附件回调 | |
typedef std::function< void(const QChatAttachmentDownloadResp &) | nim::AttachmentDownloadCallback) |
下载附件回调 | |
typedef std::function< void(const QChatAttachmentProgressResp &) | nim::AttachmentProgressCallback) |
上传/下载附件进度回调 | |