EMImageMessageBody class

Subclasses of EMFileMessageBody.

Inheritance

Constructors

EMImageMessageBody(File imageFile, bool sendOriginalImage)
创建方法, imageFile: 图片文件; sendOriginalImage: 是否发送原图

Properties

fileName ↔ String
文件名称
read / write, inherited-setter, override-getter
height ↔ int
高度
read / write
thumbnailLocalPath ↔ String
缩略图路径
read / write
thumbnailUrl ↔ String
缩略图远端地址
read / write
width ↔ int
宽度
read / write
displayName ↔ String
文件名称
read / write, inherited
downloadStatus ↔ EMDownloadStatus
文件下载状态
read / write, inherited
hashCode → int
The hash code for this object. [...]
read-only, inherited
localUrl ↔ String
文件本地路径
read / write, inherited
remoteUrl ↔ String
文件服务器路径
read / write, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited