You are here

function PushNotificationsBroadcasterInterface::setMessage in Push Notifications 8

Set payload.

Parameters

array $payload Payload.:

2 methods override PushNotificationsBroadcasterInterface::setMessage()
PushNotificationsBroadcasterApns::setMessage in src/PushNotificationsBroadcasterApns.php
Setter function for message.
PushNotificationsBroadcasterGcm::setMessage in src/PushNotificationsBroadcasterGcm.php
Setter function for message.

File

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

Class

PushNotificationsBroadcasterInterface

Namespace

Drupal\push_notifications

Code

function setMessage($payload);