NIMChatroomMemberType enum Null safety

聊天室成员类型

Inheritance

Constructors

NIMChatroomMemberType()
const

Values

unknown → const NIMChatroomMemberType

未知

const NIMChatroomMemberType(0)
guest → const NIMChatroomMemberType

游客

const NIMChatroomMemberType(1)
restricted → const NIMChatroomMemberType

受限用户(非游客)= 被禁言 + 被拉黑的用户

const NIMChatroomMemberType(2)
normal → const NIMChatroomMemberType

普通成员(非游客)

const NIMChatroomMemberType(3)
creator → const NIMChatroomMemberType

创建者(非游客)

const NIMChatroomMemberType(4)
manager → const NIMChatroomMemberType

管理员(非游客)

const NIMChatroomMemberType(5)
anonymous → const NIMChatroomMemberType

匿名游客

const NIMChatroomMemberType(6)

Properties

hashCode int
The hash code for this object.
read-only, inherited
index int
A numeric identifier for the enumerated value.
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

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]