DeliveryReport

open fun DeliveryReport(    @NonNull internationalPhoneNumber: String,     delivered: Boolean,     @Nullable reason: String)

This constructor to initiate all properties

Parameters

internationalPhoneNumber

address of the recipient of the original message

delivered

Whether the message has been successfully been delivered or not

reason

The reason why the delivery was not successful. It is present only when Delivered is false.