GroupTipsElemType class Enums

群通知消息类型

Constructors

GroupTipsElemType()

Properties

hashCode int
The hash code for this object.
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

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