NIMChatroomMemberType enum
聊天室成员类型
Values
- unknown → const NIMChatroomMemberType
-
未知
- guest → const NIMChatroomMemberType
-
游客
- restricted → const NIMChatroomMemberType
-
受限用户(非游客)= 被禁言 + 被拉黑的用户
- normal → const NIMChatroomMemberType
-
普通成员(非游客)
- creator → const NIMChatroomMemberType
-
创建者(非游客)
- manager → const NIMChatroomMemberType
-
管理员(非游客)
- anonymous → const NIMChatroomMemberType
-
匿名游客
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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.