NIM PC Cross Platform SDK
nim_qchat_attachment_def.h File Reference

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 }
 

Detailed Description

Author
NetEase Yunxin
Version
0.1
Date
2022-01-17

Enumeration Type Documentation

◆ NIMQChatDownloadResType

Enumerator
NIMQChatDownloadResTypeSource 

原文件

NIMQChatDownloadResTypeImageThumnail 

图片缩略图

NIMQChatDownloadResTypeVideoCover 

视频封面