Skip to content

qchat.attachment.QChatAttachmentEvents

Zvicii edited this page Dec 30, 2022 · 5 revisions

Interface: QChatAttachmentEvents

qchat/attachment.QChatAttachmentEvents

Table of contents

Properties

Properties

upload

upload: [QChatAttachmentUploadResp]

上传全局回调,例如发送多媒体消息自动上传时会触发此回调

Defined in

ts/qchat/attachment.ts:15


download

download: [QChatAttachmentDownloadResp]

下载全局回调,例如接收多媒体消息自动下载时会触发此回调

Defined in

ts/qchat/attachment.ts:17


progress

progress: [QChatAttachmentDownloadResp]

上传/下载全局进度回调,例如多媒体消息自动上传/下载时会触发此回调

Defined in

ts/qchat/attachment.ts:19

Clone this wiki locally