DetailedDeliveryReceipt

open class DetailedDeliveryReceipt

Contains detailed information about a Message's delivery statuses to one of participants

Types

Link copied to clipboard
enum DeliveryStatus
Delivery status of a message.

Functions

Link copied to clipboard
open fun getChannelMessageSid(): String
A messaging channel-specific identifier for the message delivered to participant e.g.
Link copied to clipboard
open fun getConversationSid(): String
Get unique identifier of Conversation which this DetailedDeliveryReceipt is for.
Link copied to clipboard
open fun getDateCreatedAsDate(): Date
The creation date for this DetailedDeliveryReceipt.
Link copied to clipboard
open fun getDateUpdatedAsDate(): Date
The timestamp when this DetailedDeliveryReceipt was updated last time.
Link copied to clipboard
open fun getErrorCode(): Int
Get error code which points to a detailed description of the reason why the Message cannot be delivered to the Participant.
Link copied to clipboard
open fun getMessageSid(): String
Get unique identifier of Message which this DetailedDeliveryReceipt is for.
Link copied to clipboard
open fun getParticipantSid(): String
Get unique identifier of Participant which this DetailedDeliveryReceipt is for.
Link copied to clipboard
open fun getSid(): String
Get unique identifier for this DetailedDeliveryReceipt.
Link copied to clipboard
open fun getStatus(): DetailedDeliveryReceipt.DeliveryStatus