NIMSDK-AOS
10.5.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
param
QChatDownloadAttachmentParam.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.qchat.param;
2
3
import
androidx.annotation.NonNull;
4
import
com
.
netease
.
nimlib
.
sdk
.
qchat
.
model
.
QChatMessage
;
5
9
public
class
QChatDownloadAttachmentParam
{
10
14
@NonNull
15
private
final
QChatMessage
message;
19
@NonNull
20
private
final
boolean
thumb;
21
27
public
QChatDownloadAttachmentParam
(@NonNull
QChatMessage
message,
boolean
thumb) {
28
this.message = message;
29
this.thumb = thumb;
30
}
31
36
@NonNull
37
public
QChatMessage
getMessage
() {
38
return
message;
39
}
40
41
public
boolean
isThumb
() {
42
return
thumb;
43
}
44
}
com.netease.nimlib.sdk.qchat.param.QChatDownloadAttachmentParam.isThumb
boolean isThumb()
Definition:
QChatDownloadAttachmentParam.java:41
com.netease.nimlib.sdk.qchat.param.QChatDownloadAttachmentParam
"下载附件"接口入参
Definition:
QChatDownloadAttachmentParam.java:9
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease.nimlib.sdk.qchat.param.QChatDownloadAttachmentParam.QChatDownloadAttachmentParam
QChatDownloadAttachmentParam(@NonNull QChatMessage message, boolean thumb)
Definition:
QChatDownloadAttachmentParam.java:27
com.netease
com
com.netease.nimlib.sdk.qchat.param.QChatDownloadAttachmentParam.getMessage
QChatMessage getMessage()
Definition:
QChatDownloadAttachmentParam.java:37
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.model.QChatMessage
圈组消息
Definition:
QChatMessage.java:11
com.netease.nimlib
生成于 2024年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13