AWSConnectParticipantReceipt

Objective-C

@interface AWSConnectParticipantReceipt

Swift

class AWSConnectParticipantReceipt

The receipt for the message delivered to the recipient.

  • The time when the message was delivered to the recipient.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable deliveredTimestamp;

    Swift

    var deliveredTimestamp: String? { get set }
  • The time when the message was read by the recipient.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable readTimestamp;

    Swift

    var readTimestamp: String? { get set }
  • The identifier of the recipient of the message.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable recipientParticipantId;

    Swift

    var recipientParticipantId: String? { get set }