NIMSDK-AOS
10.9.50
首页
相关页面
包
类
文件
文件列表
plugins
chatroom
src
com
netease
nimlib
sdk
v2
chatroom
attachment
V2NIMChatroomChatBannedNotificationAttachment.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.v2.chatroom.attachment;
2
3
/**
4
* 聊天室禁言通知附件
5
*/
6
public
interface
V2NIMChatroomChatBannedNotificationAttachment
extends
V2NIMChatroomNotificationAttachment
{
7
/**
8
* 获取是否禁言
9
* @return 是否禁言
10
*/
11
boolean
isChatBanned
();
12
/**
13
* 获取是否临时禁言
14
* @return 是否临时禁言
15
*/
16
boolean
isTempChatBanned
();
17
/**
18
* 获取临时禁言的时长,单位:秒
19
* @return 临时禁言的时长,单位:秒
20
*/
21
long
getTempChatBannedDuration
();
22
}
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomNotificationAttachment
聊天室通知消息附件
Definition:
V2NIMChatroomNotificationAttachment.java:10
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomChatBannedNotificationAttachment.isTempChatBanned
boolean isTempChatBanned()
获取是否临时禁言
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomChatBannedNotificationAttachment.isChatBanned
boolean isChatBanned()
获取是否禁言
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomChatBannedNotificationAttachment
聊天室禁言通知附件
Definition:
V2NIMChatroomChatBannedNotificationAttachment.java:6
com.netease.nimlib.sdk.v2.chatroom.attachment.V2NIMChatroomChatBannedNotificationAttachment.getTempChatBannedDuration
long getTempChatBannedDuration()
获取临时禁言的时长,单位:秒
生成于 2025年 九月 12日 星期五 10:22:50 , 为 NIMSDK-AOS使用
1.8.11