EMFileMessageBody class

EMNormalFileMessageBody - file message body.

Implementers

Constructors

EMFileMessageBody(String localUrl)
初始化方法, localUrl: 文件路径

Properties

displayName ↔ String
文件名称
read / write
downloadStatus ↔ EMDownloadStatus
文件下载状态
read / write
fileName ↔ String
文件名称
read / write
localUrl ↔ String
文件本地路径
read / write
remoteUrl ↔ String
文件服务器路径
read / write
hashCode → int
The hash code for this object. [...]
read-only, 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