NERoomChatImageMessage class abstract

房间图片消息

Inheritance

Constructors

NERoomChatImageMessage()

Properties

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