GroupTipsTypeEnum enum

群组事件通知类型

Inheritance

Constructors

GroupTipsTypeEnum()
const

Values

Invalid → const GroupTipsTypeEnum

非法

Join → const GroupTipsTypeEnum

主动入群(memberList 加入群组,非 Work 群有效)

Invite → const GroupTipsTypeEnum

被邀请入群(opMember 邀请 memberList 入群,Work 群有效)

Quit → const GroupTipsTypeEnum

退出群组

Kicked → const GroupTipsTypeEnum

踢出群 (opMember 把 memberList 踢出群组)

Admin → const GroupTipsTypeEnum

设置管理员 (opMember 把 memberList 设置为管理员)

CancelAdmin → const GroupTipsTypeEnum

取消管理员 (opMember 取消 memberList 管理员身份)

GroupInfoChange → const GroupTipsTypeEnum

群资料变更 (opMember 修改群资料:groupName & introduction & notification & faceUrl & owner & custom)

MemberInfoChange → const GroupTipsTypeEnum

群成员资料变更 (opMember 修改群成员资料:muteTime)

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