NIMChatroomMemberType enum Null safety
Member types in a chat room
Constructors
- NIMChatroomMemberType()
-
const
Values
- unknown → const NIMChatroomMemberType
-
Unknown type
const NIMChatroomMemberType(0) - guest → const NIMChatroomMemberType
-
Guest
const NIMChatroomMemberType(1) - restricted → const NIMChatroomMemberType
-
Restricted members indicates members included in a muted list or blocklist
const NIMChatroomMemberType(2) - normal → const NIMChatroomMemberType
-
Members
const NIMChatroomMemberType(3) - creator → const NIMChatroomMemberType
-
Owner
const NIMChatroomMemberType(4) - manager → const NIMChatroomMemberType
-
Admins
const NIMChatroomMemberType(5) - anonymous → const NIMChatroomMemberType
-
Anonymous guests
const NIMChatroomMemberType(6)
Properties
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
Constants
-
values
→ const List<
NIMChatroomMemberType> -
A constant List of the values in this enum, in order of their declaration.
[unknown, guest, restricted, normal, creator, manager, anonymous]