You are here

constant PushNotificationsBroadcasterGcm::PUSH_NOTIFICATIONS_GCM_SERVER_POST_URL in Push Notifications 8

GCM notification post URL.

File

src/PushNotificationsBroadcasterGcm.php, line 18
Contains \Drupal\push_notifications\PushNotificationsBroadcasterGcm.

Class

PushNotificationsBroadcasterGcm
Broadcasts Android messages.

Namespace

Drupal\push_notifications

Code

const PUSH_NOTIFICATIONS_GCM_SERVER_POST_URL = 'https://android.googleapis.com/gcm/send';