ReceiptStatus enum

Delivery state of an outgoing message as reported by the backend. Read receipts can advance from sent to delivered to read.

Inheritance
Available extensions

Values

sent → const ReceiptStatus
delivered → const ReceiptStatus
read → const ReceiptStatus

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
isDelivered bool
true when the message reached the recipient's device (read or delivered). False only when still in-flight (sent).
no setter
isRead bool
true when the recipient has confirmed reading the message. Drives the double-blue check rendering in the bubble status.
no setter
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
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<ReceiptStatus>
A constant List of the values in this enum, in order of their declaration.