You are here

public function SmsDeliveryReportInterface::getMessageId in SMS Framework 2.1.x

Same name and namespace in other branches
  1. 8 src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getMessageId()
  2. 2.x src/Message/SmsDeliveryReportInterface.php \Drupal\sms\Message\SmsDeliveryReportInterface::getMessageId()

Gets the gateway tracking ID for the message.

Return value

string|null The gateway tracking ID for the message, or NULL if there is no tracking ID.

2 methods override SmsDeliveryReportInterface::getMessageId()
SmsDeliveryReport::getMessageId in src/Message/SmsDeliveryReport.php
Gets the gateway tracking ID for the message.
SmsDeliveryReport::getMessageId in src/Entity/SmsDeliveryReport.php
Gets the gateway tracking ID for the message.

File

src/Message/SmsDeliveryReportInterface.php, line 19

Class

SmsDeliveryReportInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function getMessageId();