|
NIMSDK-AOS
10.9.50
|
Public 成员函数 | |
| QChatGetQuickCommentsParam (long serverId, long channelId, List<?extends QChatMessage > msgList) | |
| long | getServerId () |
| 获取服务器Id 更多... | |
| long | getChannelId () |
| 获取频道Id 更多... | |
| List<?extends QChatMessage > | getMsgList () |
| 获取消息列表 更多... | |
在文件 QChatGetQuickCommentsParam.java 第 7 行定义.
| com.netease.nimlib.sdk.qchat.param.QChatGetQuickCommentsParam.QChatGetQuickCommentsParam | ( | long | serverId, |
| long | channelId, | ||
| List<?extends QChatMessage > | msgList | ||
| ) |
| serverId | 服务器Id |
| channelId | 频道Id |
| msgList | 消息列表,1次最多20条 |
在文件 QChatGetQuickCommentsParam.java 第 28 行定义.
| long com.netease.nimlib.sdk.qchat.param.QChatGetQuickCommentsParam.getChannelId | ( | ) |
| List<? extends QChatMessage> com.netease.nimlib.sdk.qchat.param.QChatGetQuickCommentsParam.getMsgList | ( | ) |
| long com.netease.nimlib.sdk.qchat.param.QChatGetQuickCommentsParam.getServerId | ( | ) |
1.8.11