NIMSDK-AOS
9.19.0
|
"下载附件"接口入参 更多...
Public 成员函数 | |
QChatDownloadAttachmentParam (@NonNull QChatMessage message, boolean thumb) | |
QChatMessage | getMessage () |
boolean | isThumb () |
"下载附件"接口入参
在文件 QChatDownloadAttachmentParam.java 第 9 行定义.
com.netease.nimlib.sdk.qchat.param.QChatDownloadAttachmentParam.QChatDownloadAttachmentParam | ( | @NonNull QChatMessage | message, |
boolean | thumb | ||
) |
message | 消息体 |
thumb | 下载缩略图还是原文件。为true时,仅下载缩略图 |
在文件 QChatDownloadAttachmentParam.java 第 27 行定义.
QChatMessage com.netease.nimlib.sdk.qchat.param.QChatDownloadAttachmentParam.getMessage | ( | ) |
在文件 QChatDownloadAttachmentParam.java 第 37 行定义.
boolean com.netease.nimlib.sdk.qchat.param.QChatDownloadAttachmentParam.isThumb | ( | ) |
在文件 QChatDownloadAttachmentParam.java 第 41 行定义.