NERoomChatNotificationMessage class abstract

房间通知消息

Inheritance

Properties

chatroomType NEChatroomType
聊天室类型 NEChatroomType
no setterinherited
eventType int
操作类型 查看NERoomChatEventType
no setter
fromAvatar String?
发送端头像
no setterinherited
fromNick String
发送端昵称
no setterinherited
fromUserUuid String?
发送端,可能为空。如果为空,说明发送端可能并未加入到房间中
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
members List<NERoomMember>?
被操作人
no setter
messageType NERoomChatMessageType
消息类型
no setterinherited
messageUuid String
消息唯一ID
no setterinherited
operateBy NERoomMember?
操作者
no setter
recalledMessageId String?
被撤回的消息id
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
time int
消息时间戳,单位为毫秒
no setterinherited
toUserUuidList List<String>?
接收端; 为空表示聊天室全体成员
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
inherited
toString() String
A string representation of this object.
inherited

Operators

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