Class DeliveryReportStatus

    • Field Detail

      • QUEUED

        public static final DeliveryReportStatus QUEUED
        Message is queued within REST API system and will be dispatched according to the rate of the account.
      • DISPATCHED

        public static final DeliveryReportStatus DISPATCHED
        Message has been dispatched and accepted for delivery by the SMSC.
      • ABORTED

        public static final DeliveryReportStatus ABORTED
        Message was aborted before reaching the SMSC.
      • CANCELLED

        public static final DeliveryReportStatus CANCELLED
        Message was cancelled by user before reaching SMSC.
      • DELETED

        public static final DeliveryReportStatus DELETED
        Message has been deleted. Message was deleted by a remote SMSC. This may happen if the destination is an invalid MSISDN or opted out subscriber.
      • EXPIRED

        public static final DeliveryReportStatus EXPIRED
        Message expired before delivery to the SMSC. This may happen if the expiry time for the message was very short.
      • UNKNOWN

        public static final DeliveryReportStatus UNKNOWN
        Message was delivered to the SMSC but no Delivery Receipt has been received or a Delivery Receipt that couldn't be interpreted was received.