constant PUSH_NOTIFICATIONS_GCM_SERVER_POST_URL in Push Notifications 7
1 use of PUSH_NOTIFICATIONS_GCM_SERVER_POST_URL
- push_notifications_gcm_send_message in ./
push_notifications.module - Send out push notifications through GCM.
File
- ./
push_notifications.module, line 70 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_GCM_SERVER_POST_URL', variable_get('push_notifications_gcm_server_post_url', 'https://android.googleapis.com/gcm/send'));