DeliveryStatus

Delivery status of a message.

Entries

Link copied to clipboard

Message considered as read by a participant, if the message has been delivered and opened by the recipient in the conversation. The recipient must have enabled read receipts.

Link copied to clipboard

Message considered as undelivered to a participant, if Twilio has received a delivery receipt indicating that the message was not delivered. This can happen for many reasons including carrier content filtering and the availability of the destination handset.

Link copied to clipboard

Message considered as delivered to a participant, if Twilio has received confirmation of message delivery from the upstream carrier, and, where available, the destination handset.

Link copied to clipboard

Message considered as failed to be delivered to a participant if the message could not be sent. This can happen for various reasons including queue overflows, account suspensions and media errors (in the case of MMS for instance).

Link copied to clipboard

Message considered as sent to a participant, if the nearest upstream carrier accepted the message.

Link copied to clipboard

Message considered as queued, if it is waiting in a queue to be sent to an upstream carrier.

Functions

Link copied to clipboard
Link copied to clipboard
open fun getValue(): Int
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.