NERoomChatFileMessage class abstract

房间文件消息

Inheritance
Implementers

Constructors

NERoomChatFileMessage()

Properties

chatroomType NEChatroomType
聊天室类型 NEChatroomType
no setterinherited
displayName String?
文件显示名
no setter
extension String?
文件后缀名
no setter
fromAvatar String?
发送端头像
no setterinherited
fromNick String
发送端昵称
no setterinherited
fromUserUuid String?
发送端,可能为空。如果为空,说明发送端可能并未加入到房间中
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
md5 String?
文件md5
no setter
messageType NERoomChatMessageType
消息类型
no setterinherited
messageUuid String
消息唯一ID
no setterinherited
path String?
文件路径
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
文件大小
no setter
thumbPath String?
缩略图地址
no setter
time int
消息时间戳,单位为毫秒
no setterinherited
toUserUuidList List<String>?
接收端; 为空表示聊天室全体成员
no setterinherited
url String
文件下载地址
no setter

Methods

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

Operators

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