|
NIMSDK-AOS
10.9.76
|
Created by hzxuwen on 2016/12/20. 更多...
Public 成员函数 | |
| boolean | isMuted () |
| 是否是禁言状态,1:是,缺省或0表示非禁言状态; 更多... | |
| boolean | isTempMuted () |
| 是否临时禁言状态,1:是 更多... | |
| long | getTempMutedTime () |
| 临时禁言时长 更多... | |
| void | parse (JSONObject json) |
Public 成员函数 继承自 com.netease.nimlib.sdk.chatroom.model.ChatRoomNotificationAttachment | |
| ArrayList< String > | getTargets () |
| ArrayList< String > | getTargetNicks () |
| String | getOperator () |
| String | getOperatorNick () |
| Map< String, Object > | getExtension () |
| ArrayList< String > | getTags () |
| void | parse (JSONObject json) |
| String | toString () |
Public 成员函数 继承自 com.netease.nimlib.sdk.msg.attachment.NotificationAttachment | |
| NotificationType | getType () |
| 获取通知类型 更多... | |
| void | setType (NotificationType type) |
| 设置通知类型 更多... | |
| String | toJson (boolean send) |
| 将消息附件序列化为字符串,存储到消息数据库或发送到服务器。 更多... | |
| final void | fromJson (String json) |
| abstract void | parse (JSONObject json) |
Created by hzxuwen on 2016/12/20.
在文件 ChatRoomRoomMemberInAttachment.java 第 11 行定义.
| long com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment.getTempMutedTime | ( | ) |
临时禁言时长
在文件 ChatRoomRoomMemberInAttachment.java 第 39 行定义.
| boolean com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment.isMuted | ( | ) |
是否是禁言状态,1:是,缺省或0表示非禁言状态;
在文件 ChatRoomRoomMemberInAttachment.java 第 25 行定义.
| boolean com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment.isTempMuted | ( | ) |
是否临时禁言状态,1:是
在文件 ChatRoomRoomMemberInAttachment.java 第 32 行定义.
| void com.netease.nimlib.sdk.chatroom.model.ChatRoomRoomMemberInAttachment.parse | ( | JSONObject | json | ) |
在文件 ChatRoomRoomMemberInAttachment.java 第 44 行定义.
1.8.11