NIMChatroomNotificationTypes class Null safety

Notification types in a chat room

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
Notifications are sent when a chat room is closed.
311
chatRoomCommonAdd → const int
Notifications are sent when members become permanent members.
309
chatRoomCommonRemove → const int
Notifications are sent when members become temporary members.
310
chatRoomInfoUpdated → const int
Notifications are sent when the information about a chat room is updated.
312
chatRoomManagerAdd → const int
Notifications are sent when members are assigned admin
307
chatRoomManagerRemove → const int
Notifications are sent when members are unassigned admin
308
chatRoomMemberBlackAdd → const int
Notifications are sent when members are added to a blocklist.
303
chatRoomMemberBlackRemove → const int
Notifications are sent when members are removed from a blocklist
304
chatRoomMemberExit → const int
Notifications are sent when members leave a chat room.
302
chatRoomMemberIn → const int
Notifications are sent when members join a chat room.
301
chatRoomMemberKicked → const int
Notifications are sent when members are removed from a chat room.
313
chatRoomMemberMuteAdd → const int
Notifications are sent when members are muted.
305
chatRoomMemberMuteRemove → const int
Notifications are sent when members are unmuted.
306
chatRoomMemberTempMuteAdd → const int
Notifications are sent when members are temporarily muted
314
chatRoomMemberTempMuteRemove → const int
Notifications are sent when members are temporarily unmuted
315
chatRoomMyRoomRoleUpdated → const int
Notifications are sent when members update profile information, such as nickname, avatar, and extension fields.
316
chatRoomQueueBatchChange → const int
Notifications are sent when multiple elements in a queue changes
320
chatRoomQueueChange → const int
Notifications are sent when the queue in a chat room changes
317
chatRoomRoomDeMuted → const int
Notifications are sent when a chat room is all unmuted
319
chatRoomRoomMuted → const int
Notifications are sent when a chat room is all muted. Only admins can send messages. Other members are muted.
318