EMGroupStyle enum

群组类型枚举。

Inheritance

Constructors

EMGroupStyle()
const

Values

PrivateOnlyOwnerInvite → const EMGroupStyle

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

PrivateMemberCanInvite → const EMGroupStyle

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

PublicJoinNeedApproval → const EMGroupStyle

公开群组,创建完成后,只允许群主邀请用户加入;非群成员用户需发送入群申请,群主同意后才能入群。

PublicOpenJoin → const EMGroupStyle

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

Properties

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

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.
[PrivateOnlyOwnerInvite, PrivateMemberCanInvite, PublicJoinNeedApproval, PublicOpenJoin]