NIMSDK-AOS
10.8.30
首页
相关页面
包
类
文件
文件列表
plugins
qchat
src
main
java
com
netease
nimlib
sdk
qchat
param
QChatAddQuickCommentParam.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
QChatAddQuickCommentParam
extends
QChatQuickCommentParam
{
7
8
public
QChatAddQuickCommentParam
(@NonNull
QChatMessage
commentMessage,
int
type) {
9
super(commentMessage, type);
10
}
11
}
com.netease.nimlib.sdk
com.netease.nimlib.sdk.qchat.param.QChatAddQuickCommentParam.QChatAddQuickCommentParam
QChatAddQuickCommentParam(@NonNull QChatMessage commentMessage, int type)
Definition:
QChatAddQuickCommentParam.java:8
com.netease
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.QChatAddQuickCommentParam
Definition:
QChatAddQuickCommentParam.java:6
com.netease.nimlib.sdk.qchat.model.QChatMessage
圈组消息
Definition:
QChatMessage.java:11
com.netease.nimlib
生成于 2025年 四月 24日 星期四 02:02:02 , 为 NIMSDK-AOS使用
1.8.11