You are here

function PushNotificationsBroadcasterInterface::getResults in Push Notifications 8

Retrieve results after broadcast was sent.

Return value

array Array of data.

2 methods override PushNotificationsBroadcasterInterface::getResults()
PushNotificationsBroadcasterApns::getResults in src/PushNotificationsBroadcasterApns.php
Get the results of a batch.
PushNotificationsBroadcasterGcm::getResults in src/PushNotificationsBroadcasterGcm.php
Get the results of a batch.

File

src/PushNotificationsBroadcasterInterface.php, line 36
Contains \Drupal\push_notifications\PushNotificationsBroadcasterInterface.

Class

PushNotificationsBroadcasterInterface

Namespace

Drupal\push_notifications

Code

function getResults();