NIM PC Cross Platform SDK
|
#include "nim_qchat_public_def.h"
Go to the source code of this file.
Classes | |
struct | NIMQChatAttachmentCustomTokenResp |
struct | NIMQChatAttachmentUploadResp |
struct | NIMQChatAttachmentDownloadResp |
struct | NIMQChatAttachmentProgressResp |
struct | NIMQChatAttachmentRegCustomTokenCbParam |
struct | NIMQChatAttachmentRegUploadCbParam |
struct | NIMQChatAttachmentRegDownloadCbParam |
struct | NIMQChatAttachmentRegProgressCbParam |
struct | NIMQChatAttachmentUploadParam |
struct | NIMQChatAttachmentStopUploadParam |
struct | NIMQChatAttachmentDownloadParam |
struct | NIMQChatAttachmentStopDownloadParam |
Typedefs | |
typedef NIMQChatAttachmentCustomTokenResp(* | nim_qchat_attachment_custom_token_cb_func) (const NIMQChatAttachmentCustomTokenResp &resp) |
获取附件上传下载自定义token回调 | |
typedef void(* | nim_qchat_attachment_upload_cb_func) (const NIMQChatAttachmentUploadResp &resp) |
上传附件回调 | |
typedef void(* | nim_qchat_attachment_download_cb_func) (const NIMQChatAttachmentDownloadResp &resp) |
下载附件回调 | |
typedef void(* | nim_qchat_attachment_progress_cb_func) (const NIMQChatAttachmentProgressResp &resp) |
删除附件回调 | |
Enumerations | |
enum | NIMQChatDownloadResType { NIMQChatDownloadResTypeSource = 1 , NIMQChatDownloadResTypeImageThumnail = 2 , NIMQChatDownloadResTypeVideoCover = 3 } |