DetailedDeliveryReceipt

open class DetailedDeliveryReceipt

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

Types

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

Functions

getChannelMessageSid
Link copied to clipboard
open fun getChannelMessageSid(): String
A messaging channel-specific identifier for the message delivered to participant e.g.
getConversationSid
Link copied to clipboard
open fun getConversationSid(): String
Get unique identifier of Conversation which this DetailedDeliveryReceipt is for.
getDateCreatedAsDate
Link copied to clipboard
open fun getDateCreatedAsDate(): Date
The creation date for this DetailedDeliveryReceipt.
getDateUpdatedAsDate
Link copied to clipboard
open fun getDateUpdatedAsDate(): Date
The timestamp when this DetailedDeliveryReceipt was updated last time.
getErrorCode
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.
getMessageSid
Link copied to clipboard
open fun getMessageSid(): String
Get unique identifier of Message which this DetailedDeliveryReceipt is for.
getParticipantSid
Link copied to clipboard
open fun getParticipantSid(): String
Get unique identifier of Participant which this DetailedDeliveryReceipt is for.
getSid
Link copied to clipboard
open fun getSid(): String
Get unique identifier for this DetailedDeliveryReceipt.
getStatus
Link copied to clipboard
open fun getStatus(): DetailedDeliveryReceipt.DeliveryStatus