DetailedDeliveryReceipt

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

Types

Link copied to clipboard
Delivery status of a message.

Functions

Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
A messaging channel-specific identifier for the message delivered to participant e.g.
Link copied to clipboard
Get unique identifier of Conversation which this DetailedDeliveryReceipt is for.
Link copied to clipboard
The creation date for this DetailedDeliveryReceipt.
Link copied to clipboard
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
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
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String