NIMChatroomNotificationTypes class Null safety

聊天室通知类型

Constructors

NIMChatroomNotificationTypes()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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
聊天室被关闭了
311
chatRoomCommonAdd → const int
成员设定为固定成员
309
chatRoomCommonRemove → const int
成员取消固定成员
310
chatRoomInfoUpdated → const int
聊天室信息被更新了
312
chatRoomManagerAdd → const int
设置为管理员
307
chatRoomManagerRemove → const int
ChatRoom:取消管理员
308
chatRoomMemberBlackAdd → const int
成员被加黑
303
chatRoomMemberBlackRemove → const int
成员被取消黑名单
304
chatRoomMemberExit → const int
成员离开聊天室
302
chatRoomMemberIn → const int
成员进入聊天室 [...]
301
chatRoomMemberKicked → const int
成员被踢了
313
chatRoomMemberMuteAdd → const int
成员被设置禁言
305
chatRoomMemberMuteRemove → const int
成员被取消禁言
306
chatRoomMemberTempMuteAdd → const int
新增临时禁言 [...]
314
chatRoomMemberTempMuteRemove → const int
主动解除临时禁言 [...]
315
chatRoomMyRoomRoleUpdated → const int
成员主动更新了聊天室内的角色信息(仅指nick/avator/ext)
316
chatRoomQueueBatchChange → const int
队列批量变更 [...]
320
chatRoomQueueChange → const int
队列中有变更 [...]
317
chatRoomRoomDeMuted → const int
聊天室解除全体禁言状态
319
chatRoomRoomMuted → const int
聊天室被禁言了,只有管理员可以发言,其他人都处于禁言状态
318