QChatRoleType enum
Values
- everyone → const QChatRoleType
-
everyone身份组,不允许主动创建EVERYONE类型的身份组,服务器自动创建 所有服务器成员默认属于everyone身份组,不能查询(查询结果为空)、添加、删除成员 只能修改权限属性,不能修改其它属性
- custom → const QChatRoleType
-
自定义身份组
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<
QChatRoleType> - A constant List of the values in this enum, in order of their declaration.