EMGroupStyle enum

~english The group types. ~end

~chinese 群组类型枚举。 ~end

Inheritance

Constructors

EMGroupStyle()
const

Values

PrivateOnlyOwnerInvite → const EMGroupStyle

~english Private groups where only the the group owner can invite users to join. ~end

~chinese 私有群组,创建完成后,只允许群主邀请用户加入。 ~end

PrivateMemberCanInvite → const EMGroupStyle

~english Private groups where all group members can invite users to join. ~end

~chinese 私有群组,创建完成后,只允许群主和群成员邀请用户加入。 ~end

PublicJoinNeedApproval → const EMGroupStyle

~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 EMGroupStyle

~english Public groups where users can join freely. ~end

~chinese 公开群组,创建完成后,允许非群组成员加入,无需群主同意。 ~end

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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<EMGroupStyle>
A constant List of the values in this enum, in order of their declaration.