GroupTipsElemType class Enums

群通知消息类型

Constructors

GroupTipsElemType()

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns a string representation of this object.
inherited

Operators

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

Constants

GROUP_TIPS_TYPE_INVALID → const int
非法
0
V2TIM_GROUP_TIPS_TYPE_CANCEL_ADMIN → const int
取消管理员 (opMember 取消 memberList 管理员身份)
6
V2TIM_GROUP_TIPS_TYPE_GROUP_INFO_CHANGE → const int
群资料变更 (opMember 修改群资料:groupName & introduction & notification & faceUrl & owner & custom)
7
V2TIM_GROUP_TIPS_TYPE_INVITE → const int
被邀请入群(opMember 邀请 memberList 入群,Work 群有效)
2
V2TIM_GROUP_TIPS_TYPE_JOIN → const int
主动入群(memberList 加入群组,非 Work 群有效)
1
V2TIM_GROUP_TIPS_TYPE_KICKED → const int
踢出群 (opMember 把 memberList 踢出群组)
4
V2TIM_GROUP_TIPS_TYPE_MEMBER_INFO_CHANGE → const int
群成员资料变更 (opMember 修改群成员资料:muteTime)
8
V2TIM_GROUP_TIPS_TYPE_QUIT → const int
退出群组
3
V2TIM_GROUP_TIPS_TYPE_SET_ADMIN → const int
设置管理员 (opMember 把 memberList 设置为管理员)
5