GroupApplicationTypeEnum enum Enums

入群申请类型

Inheritance
Available extensions

Values

V2TIM_GROUP_APPLICATION_GET_TYPE_JOIN → const GroupApplicationTypeEnum

需要群主或管理员审批的申请加群请求

V2TIM_GROUP_APPLICATION_GET_TYPE_INVITE → const GroupApplicationTypeEnum

需要被邀请者同意的被邀请入群请求

V2TIM_GROUP_APPLICATION_NEED_ADMIN_APPROVE → const GroupApplicationTypeEnum

需要群主或管理员审批的被邀请入群请求

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<GroupApplicationTypeEnum>
A constant List of the values in this enum, in order of their declaration.