NIMChatroomNotificationTypes class

聊天室通知类型

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

typeToString(int type) String

Constants

chatRoomClose → const int
聊天室被关闭了
chatRoomCommonAdd → const int
成员设定为固定成员
chatRoomCommonRemove → const int
成员取消固定成员
chatRoomInfoUpdated → const int
聊天室信息被更新了
chatRoomManagerAdd → const int
设置为管理员
chatRoomManagerRemove → const int
ChatRoom:取消管理员
chatRoomMemberBlackAdd → const int
成员被加黑
chatRoomMemberBlackRemove → const int
成员被取消黑名单
chatRoomMemberExit → const int
成员离开聊天室
chatRoomMemberIn → const int
成员进入聊天室
chatRoomMemberKicked → const int
成员被踢了
chatRoomMemberMuteAdd → const int
成员被设置禁言
chatRoomMemberMuteRemove → const int
成员被取消禁言
chatRoomMemberTempMuteAdd → const int
新增临时禁言
chatRoomMemberTempMuteRemove → const int
主动解除临时禁言
chatRoomMyRoomRoleUpdated → const int
成员主动更新了聊天室内的角色信息(仅指nick/avator/ext)
chatRoomQueueBatchChange → const int
队列批量变更
chatRoomQueueChange → const int
队列中有变更
chatRoomRoomDeMuted → const int
聊天室解除全体禁言状态
chatRoomRoomMuted → const int
聊天室被禁言了,只有管理员可以发言,其他人都处于禁言状态