NIMSDK-AOS
10.5.0
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
param
QChatQuickCommentParam.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
6
public
class
QChatQuickCommentParam
{
10
@NonNull
11
private
final
QChatMessage
commentMessage;
15
private
final
int
type;
16
22
public
QChatQuickCommentParam
(@NonNull
QChatMessage
commentMessage,
int
type) {
23
this.commentMessage = commentMessage;
24
this.type = type;
25
}
26
31
public
QChatMessage
getCommentMessage
() {
32
return
commentMessage;
33
}
34
39
public
int
getType
() {
40
return
type;
41
}
42
}
com.netease.nimlib.sdk.qchat.param.QChatQuickCommentParam.getType
int getType()
获取评论类型
Definition:
QChatQuickCommentParam.java:39
com.netease.nimlib.sdk
Definition:
RequestCallback.java:1
com.netease
com.netease.nimlib.sdk.qchat.param.QChatQuickCommentParam.QChatQuickCommentParam
QChatQuickCommentParam(@NonNull QChatMessage commentMessage, int type)
Definition:
QChatQuickCommentParam.java:22
com
com.netease.nimlib.sdk.qchat.model
Definition:
QChatPushConfig.java:1
com.netease.nimlib.sdk.qchat
com.netease.nimlib.sdk.qchat.param.QChatQuickCommentParam
Definition:
QChatQuickCommentParam.java:6
com.netease.nimlib.sdk.qchat.param.QChatQuickCommentParam.getCommentMessage
QChatMessage getCommentMessage()
被评论消息
Definition:
QChatQuickCommentParam.java:31
com.netease.nimlib.sdk.qchat.model.QChatMessage
圈组消息
Definition:
QChatMessage.java:11
com.netease.nimlib
生成于 2024年 十月 15日 星期二 18:40:26 , 为 NIMSDK-AOS使用
1.8.13