MessageStatus enum

~english The message sending/reception status. ~end

~chinese 消息的发送/接收状态枚举类。 ~end

Inheritance

Constructors

MessageStatus()
const

Values

CREATE → const MessageStatus

~english The message is created. ~end

~chinese 消息已创建待发送。 ~end

PROGRESS → const MessageStatus

~english The message is being delivered/received. ~end

~chinese 正在发送/接收。 ~end

SUCCESS → const MessageStatus

~english The message is successfully delivered/received. ~end

~chinese 发送/接收成功。 ~end

FAIL → const MessageStatus

~english The message fails to be delivered/received. ~end

~chinese 发送/接收失败。 ~end

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Constants

values → const List<MessageStatus>
A constant List of the values in this enum, in order of their declaration.