TCHDeliveryAmount Constants Reference

Declared in TCHAggregatedDeliveryReceipt.h

TCHDeliveryAmount

Amount of participants which have the status for the message.

Definition

typedef NS_ENUM(NSUInteger, TCHDeliveryAmount ) {
   TCHDeliveryAmountNone = 0,
   TCHDeliveryAmountSome,
   TCHDeliveryAmountAll,
};

Constants

TCHDeliveryAmountNone

The amount for the delivery receipt status is 0. So no delivery event has been received with that status for the specified message.

Declared In TCHAggregatedDeliveryReceipt.h.

TCHDeliveryAmountSome

Amount of the delivery receipt status is at least 1. So at least one delivery event has been received.

Declared In TCHAggregatedDeliveryReceipt.h.

TCHDeliveryAmountAll

Amount of the delivery receipt status equals the maximum number of delivery events expected for that message. The maximum number of delivery events expected for that message is returned by TCHAggregatedDeliveryReceipt.total.

Declared In TCHAggregatedDeliveryReceipt.h.

Declared In

TCHAggregatedDeliveryReceipt.h