constant PUSH_NOTIFICATIONS_C2DM_SERVER_POST_URL in Push Notifications 7
1 use of PUSH_NOTIFICATIONS_C2DM_SERVER_POST_URL
- push_notifications_c2dm_send_message in ./
push_notifications.module - Send out push notifications through C2DM.
File
- ./
push_notifications.module, line 62 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_C2DM_SERVER_POST_URL', variable_get('push_notifications_c2dm_server_post_url', 'https://android.apis.google.com/c2dm/send'));