TUIKickedOutOfRoomReason enum

The reason why the user is kicked out of the room

Inheritance
Available extensions

Values

byAdmin → const TUIKickedOutOfRoomReason

Kicked out by the master or administrator

byLoggedOnOtherDevice → const TUIKickedOutOfRoomReason

Kicked out by other devices enter the room

byServer → const TUIKickedOutOfRoomReason

Kicked out by the server

forNetworkDisconnected → const TUIKickedOutOfRoomReason

Kicked off due to nework disconnected

forJoinRoomStatusInvalidDuringOffline → const TUIKickedOutOfRoomReason

Kicked off due to joined room status change while offline(kicked out by administrator or the room destroyed by administrator)

forCountOfJoinedRoomExceededLimit → const TUIKickedOutOfRoomReason

Exceeded the maximum concurrent rooms per device limit, resulting in kicked out of the earliest joined room

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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
value() int

Available on TUIKickedOutOfRoomReason, provided by the TUIKickedOutOfRoomReasonExt extension

Operators

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

Constants

values → const List<TUIKickedOutOfRoomReason>
A constant List of the values in this enum, in order of their declaration.