\Clx\Xms\ApiDeliveryStatus

A collection of known delivery statuses.

Note, new statuses may be introduced to the XMS API.

Summary

Methods
Properties
Constants
No public methods found
No public properties found
QUEUED
DISPATCHED
ABORTED
REJECTED
DELIVERED
FAILED
EXPIRED
UNKNOWN
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Constants

QUEUED

QUEUED

Message is queued within REST API system and will be dispatched according to the rate of the account.

DISPATCHED

DISPATCHED

Message has been dispatched and accepted for delivery by the SMSC.

ABORTED

ABORTED

Message was aborted before reaching SMSC.

REJECTED

REJECTED

Message was rejected by SMSC.

DELIVERED

DELIVERED

Message has been delivered.

FAILED

FAILED

Message failed to be delivered.

EXPIRED

EXPIRED

Message expired before delivery.

UNKNOWN

UNKNOWN

It is not known if message was delivered or not.