DeliveryAmount

enum DeliveryAmount

Amount of participants which have the status for the message.

Entries

ALL
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.

SOME
Link copied to clipboard

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

NONE
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.

Functions

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