EMGroupOptions class

~english The group options to be configured when the chat group is created. ~end

~chinese 创建群组时的属性配置类。 ~end

Constructors

EMGroupOptions({EMGroupStyle style = EMGroupStyle.PrivateOnlyOwnerInvite, int maxCount = 200, bool inviteNeedConfirm = false, String? ext})
~english Sets the group options.

Properties

ext String?
~english Gets the extension in a group.
final
hashCode int
The hash code for this object.
no setterinherited
inviteNeedConfirm bool
~english Whether you need the approval from the user when adding this user to the chat group.
final
maxCount int
~english Gets the maximum number of members in a group.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style EMGroupStyle
~english Gets the group style.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited