Delivery Report
open fun DeliveryReport( @NonNull internationalPhoneNumber: String, delivered: Boolean, @Nullable reason: String)
Content copied to clipboard
This constructor to initiate all properties
Parameters
international Phone Number
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.