DeliveryReportAny

open class DeliveryReportAny : DeliveryReport

Constructors

Link copied to clipboard
open fun DeliveryReportAny(@NonNull reason: String, @NonNull filterReason: String)
This constructor to initiate all properties

Properties

Link copied to clipboard
val DELIVERY_ANY: String
DELIVERY_ANY is used to indicate that the specified message has not been delivered to all the recipient

Functions

Link copied to clipboard
open fun getFilterReason(): String

Inherited functions

Link copied to clipboard
open fun getInternationalPhoneNumber(): String
Gets the address of the recipient of the original message
Link copied to clipboard
open fun getReason(): String
Gets the reason why the delivery was not successful.
Link copied to clipboard
open fun isDelivered(): Boolean
Check if the message has been successfully delivered to the recipient or not.
Link copied to clipboard
open fun setDelivered(delivered: Boolean)
Update the delivery status.
Link copied to clipboard
open fun setInternationalPhoneNumber(@NonNull internationalPhoneNumber: String)
Update the address of the recipient of the original message
Link copied to clipboard
open fun setReason(@Nullable reason: String)
Update the reason why the delivery was not successful.
Link copied to clipboard
open fun toString(): String