NIMSDK-AOS  9.16.0
QChatAddQuickCommentParam.java
浏览该文件的文档.
1 package com.netease.nimlib.sdk.qchat.param;
2 
3 import androidx.annotation.NonNull;
5 
7 
8  public QChatAddQuickCommentParam(@NonNull QChatMessage commentMessage, int type) {
9  super(commentMessage, type);
10  }
11 }
QChatAddQuickCommentParam(@NonNull QChatMessage commentMessage, int type)