NIMSDK-AOS 10.4.0-beta
载入中...
搜索中...
未找到
QChatAddQuickCommentParam.java
浏览该文件的文档.
1package com.netease.nimlib.sdk.qchat.param;
2
3import androidx.annotation.NonNull;
4import com.netease.nimlib.sdk.qchat.model.QChatMessage;
5
7
8 public QChatAddQuickCommentParam(@NonNull QChatMessage commentMessage, int type) {
9 super(commentMessage, type);
10 }
11}
QChatAddQuickCommentParam(@NonNull QChatMessage commentMessage, int type)