You are here

constant SmsMessageReportStatus::DELIVERED in SMS Framework 2.x

Same name and namespace in other branches
  1. 8 src/Message/SmsMessageReportStatus.php \Drupal\sms\Message\SmsMessageReportStatus::DELIVERED
  2. 2.1.x src/Message/SmsMessageReportStatus.php \Drupal\sms\Message\SmsMessageReportStatus::DELIVERED

Message was successfully delivered to the recipient.

File

src/Message/SmsMessageReportStatus.php, line 20

Class

SmsMessageReportStatus
Defines states for SMS message reports.

Namespace

Drupal\sms\Message

Code

const DELIVERED = 'delivered';