NIMMessageStatus enum Null safety
Constructors
- NIMMessageStatus()
-
const
Values
- draft → const NIMMessageStatus
-
Drafting
const NIMMessageStatus(0)
- sending → const NIMMessageStatus
-
Sending
const NIMMessageStatus(1)
- success → const NIMMessageStatus
-
Sending success
const NIMMessageStatus(2)
- fail → const NIMMessageStatus
-
Sending failure
const NIMMessageStatus(3)
- read → const NIMMessageStatus
-
Read For sent messages, the messages are read by recipients. For received messages, the messages are read by the current user. In most cases, the status is used for audio messages.
const NIMMessageStatus(4)
- unread → const NIMMessageStatus
-
Unread
const NIMMessageStatus(5)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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<
NIMMessageStatus> -
A constant List of the values in this enum, in order of their declaration.
[draft, sending, success, fail, read, unread]