MessageStatus enum
~english The message sending/reception status. ~end
~chinese 消息的发送/接收状态枚举类。 ~end
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
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.