constant PUSH_NOTIFICATIONS_C2DM_PASSWORD in Push Notifications 7
3 uses of PUSH_NOTIFICATIONS_C2DM_PASSWORD
- push_notifications_c2dm_token in ./
push_notifications.module - Determine the auth string from C2DM server.
- push_notifications_mass_push_form in includes/
push_notifications.admin.inc - Form callback for sending a mass-push notification.
- push_notifications_send_alert in ./
push_notifications.module - Handle delivery of simple alert message.
File
- ./
push_notifications.module, line 59 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_C2DM_PASSWORD', variable_get('push_notifications_c2dm_password', ''));