NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
nim_qchat_attachment_def.h 文件参考

浏览源代码.

struct  NIMQChatAttachmentCustomTokenResp
 
struct  NIMQChatAttachmentUploadResp
 
struct  NIMQChatAttachmentDownloadResp
 
struct  NIMQChatAttachmentProgressResp
 
struct  NIMQChatAttachmentRegCustomTokenCbParam
 
struct  NIMQChatAttachmentRegUploadCbParam
 
struct  NIMQChatAttachmentRegDownloadCbParam
 
struct  NIMQChatAttachmentRegProgressCbParam
 
struct  NIMQChatAttachmentUploadParam
 
struct  NIMQChatAttachmentStopUploadParam
 
struct  NIMQChatAttachmentDownloadParam
 
struct  NIMQChatAttachmentStopDownloadParam
 

类型定义

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)
 删除附件回调
 

枚举

enum  NIMQChatDownloadResType { NIMQChatDownloadResTypeSource = 1 , NIMQChatDownloadResTypeImageThumnail = 2 , NIMQChatDownloadResTypeVideoCover = 3 }
 

详细描述

作者
NetEase Yunxin
版本
0.1
日期
2022-01-17

类型定义说明

◆ nim_qchat_attachment_custom_token_cb_func

typedef NIMQChatAttachmentCustomTokenResp(* nim_qchat_attachment_custom_token_cb_func) (const NIMQChatAttachmentCustomTokenResp *resp)

获取附件上传下载自定义token回调

◆ nim_qchat_attachment_download_cb_func

typedef void(* nim_qchat_attachment_download_cb_func) (const NIMQChatAttachmentDownloadResp *resp)

下载附件回调

◆ nim_qchat_attachment_progress_cb_func

typedef void(* nim_qchat_attachment_progress_cb_func) (const NIMQChatAttachmentProgressResp *resp)

删除附件回调

◆ nim_qchat_attachment_upload_cb_func

typedef void(* nim_qchat_attachment_upload_cb_func) (const NIMQChatAttachmentUploadResp *resp)

上传附件回调

枚举类型说明

◆ NIMQChatDownloadResType

枚举值
NIMQChatDownloadResTypeSource 

原文件

NIMQChatDownloadResTypeImageThumnail 

图片缩略图

NIMQChatDownloadResTypeVideoCover 

视频封面