NERoomChatMessage class abstract

房间消息基类

Implementers

Constructors

NERoomChatMessage()

Properties

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

Methods

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

Operators

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