TCHDetailedDeliveryReceipt Class Reference
Inherits from | NSObject |
---|---|
Declared in | TCHDetailedDeliveryReceipt.h |
Overview
Contains the detailed information about the TCHMessage’s delivery status to the TCHParticipant
status
The delivery status of the TCHMessage delivery to the TCHParticipant.
@property (readonly) TCHDeliveryStatus status
Discussion
The delivery status of the TCHMessage delivery to the TCHParticipant.
Declared In
TCHDetailedDeliveryReceipt.h
sid
The unique identifier for this receipt.
@property (readonly) NSString *sid
Discussion
The unique identifier for this receipt.
Declared In
TCHDetailedDeliveryReceipt.h
messageSid
The unique identifier of a TCHMessage which this receipt is for.
@property (readonly) NSString *messageSid
Discussion
The unique identifier of a TCHMessage which this receipt is for.
Declared In
TCHDetailedDeliveryReceipt.h
conversationSid
The unique idenitifier of a TCHConversation which this receipt is for.
@property (readonly) NSString *conversationSid
Discussion
The unique idenitifier of a TCHConversation which this receipt is for.
Declared In
TCHDetailedDeliveryReceipt.h
channelMessageSid
The messaging channel-specific identifier for the message delivered to participant, e.g. SMxx for text messages and MMxx for media messages etc.
@property (readonly) NSString *channelMessageSid
Discussion
The messaging channel-specific identifier for the message delivered to participant, e.g. SMxx for text messages and MMxx for media messages etc.
Declared In
TCHDetailedDeliveryReceipt.h
participantSid
The unique identifier of TCHParticipant which this receipt is for.
@property (readonly) NSString *participantSid
Discussion
The unique identifier of TCHParticipant which this receipt is for.
Declared In
TCHDetailedDeliveryReceipt.h
errorCode
The error code of the delivery operation which points to a detailed description of the reason why the TCHMessage cannot be delivered to the TCHParticipant.
@property (readonly) NSInteger errorCode
Discussion
The error code of the delivery operation which points to a detailed description of the reason why the TCHMessage cannot be delivered to the TCHParticipant.
Declared In
TCHDetailedDeliveryReceipt.h
dateCreatedAsDate
The timestamp the receipt was created as an NSDate.
@property (readonly) NSDate *dateCreatedAsDate
Discussion
The timestamp the receipt was created as an NSDate.
Declared In
TCHDetailedDeliveryReceipt.h
dateUpdatedAsDate
The timestamp the receipt was last updated as an NSDate.
@property (readonly) NSDate *dateUpdatedAsDate
Discussion
The timestamp the receipt was last updated as an NSDate.
Declared In
TCHDetailedDeliveryReceipt.h