You are here

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

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

Gets the time the message was delivered to the recipient.

Return value

int|null The timestamp when the message was delivered to the recipient, or NULL if unknown.

2 methods override SmsDeliveryReportInterface::getTimeDelivered()
SmsDeliveryReport::getTimeDelivered in src/Message/SmsDeliveryReport.php
Gets the time the message was delivered to the recipient.
SmsDeliveryReport::getTimeDelivered in src/Entity/SmsDeliveryReport.php
Gets the time the message was delivered to the recipient.

File

src/Message/SmsDeliveryReportInterface.php, line 118

Class

SmsDeliveryReportInterface
Contains information about an SMS message.

Namespace

Drupal\sms\Message

Code

public function getTimeDelivered();