ChatGroupStyle enum
~english The group types. ~end
~chinese 群组类型枚举。 ~end
Constructors
- ChatGroupStyle()
-
const
Values
- PrivateOnlyOwnerInvite → const ChatGroupStyle
-
~english Private groups where only the the group owner can invite users to join. ~end
~chinese 私有群组,创建完成后,只允许群主邀请用户加入。 ~end
- PrivateMemberCanInvite → const ChatGroupStyle
-
~english Private groups where all group members can invite users to join. ~end
~chinese 私有群组,创建完成后,只允许群主和群成员邀请用户加入。 ~end
- PublicJoinNeedApproval → const ChatGroupStyle
-
~english Public groups where users can join only after receiving an invitation from the group owner(admin) or the joining request being approved by the group owner(admin). ~end
~chinese 公开群组,创建完成后,只允许群主邀请用户加入;非群成员用户需发送入群申请,群主同意后才能入群。 ~end
- PublicOpenJoin → const ChatGroupStyle
-
~english Public groups where users can join freely. ~end
~chinese 公开群组,创建完成后,允许非群组成员加入,无需群主同意。 ~end
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<
ChatGroupStyle> - A constant List of the values in this enum, in order of their declaration.