GroupNotificationMessage class

Inheritance

Constructors

GroupNotificationMessage()

Properties

data String?
被操做人 UserId 或者操作数据(如改名后的名称)。
getter/setter pair
destructDuration int?
getter/setter pairinherited
extra String?
附加信息。
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mentionedInfo MentionedInfo?
getter/setter pairinherited
message String?
操作信息,可以为空,如:你被 xxx 踢出了群。
getter/setter pair
operation String?
操作名,对应 GroupOperationXxxx,或任意字符串。
getter/setter pair
operatorUserId String?
操作人 UserId,可以为空;
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sendUserInfo UserInfo?
getter/setter pairinherited

Methods

conversationDigest() String
override
decode(String? jsonStr) → void
override
decodeMentionedInfo(Map? mentionedMap) → void
inherited
decodeUserInfo(Map? userMap) → void
inherited
encode() String
override
encodeMentionedInfo(MentionedInfo? mentionedInfo) Map
inherited
encodeUserInfo(UserInfo? userInfo) Map
inherited
getObjectName() String
override
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_OPERATION_ADD → const String
新成员加入群
GROUP_OPERATION_BULLETIN → const String
群组公告变更。
GROUP_OPERATION_CREATE → const String
创建群
GROUP_OPERATION_DISMISS → const String
解散群。
GROUP_OPERATION_KICKED → const String
成员被管理员踢出。
GROUP_OPERATION_QUIT → const String
成员退出群。
GROUP_OPERATION_RENAME → const String
群组重命名。
objectName → const String