"禁言服务器成员"接口参数
更多...
| com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.QChatServerMuteParam |
( |
long |
serverId, |
|
|
QChatMuteOperateType |
operateType, |
|
|
List< String > |
muteAccountIds, |
|
|
long |
duration |
|
) |
| |
| com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.QChatServerMuteParam |
( |
long |
serverId, |
|
|
QChatMuteOperateType |
operateType, |
|
|
List< String > |
muteAccountIds, |
|
|
long |
duration, |
|
|
String |
postscript, |
|
|
QChatMuteNotifyScope |
notifyType |
|
) |
| |
- 参数
-
| serverId | 服务器id |
| operateType | 操作类型 |
| muteAccountIds | 禁言成员列表 |
| duration | 禁言持续时长 单位:秒 |
| postscript | 附言 |
| notifyType | 通知类型 |
在文件 QChatServerMuteParam.java 第 74 行定义.
| long com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.getDuration |
( |
| ) |
|
| List<String> com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.getMuteAccountIds |
( |
| ) |
|
| String com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.getPostscript |
( |
| ) |
|
| long com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.getServerId |
( |
| ) |
|
| boolean com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.isValid |
( |
| ) |
|
| void com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.setNotifyType |
( |
QChatMuteNotifyScope |
notifyType | ) |
|
| void com.netease.nimlib.sdk.qchat.param.QChatServerMuteParam.setPostscript |
( |
String |
postscript | ) |
|
该类的文档由以下文件生成: