DeliveryAmount

enum DeliveryAmount

Amount of participants which have the status for the message.

Entries

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

Amount of the delivery statuses equals the maximum number of delivery events expected for that message. The maximum number of delivery events expected for that message is returned by getTotal.

Functions

Link copied to clipboard
open fun fromInt(value: Int): AggregatedDeliveryReceipt.DeliveryAmount
Link copied to clipboard
open fun getValue(): Int
Link copied to clipboard
open fun valueOf(name: String): AggregatedDeliveryReceipt.DeliveryAmount
Link copied to clipboard
open fun values(): Array<AggregatedDeliveryReceipt.DeliveryAmount>