You are here

constant PUSH_NOTIFICATIONS_C2DM_USERNAME in Push Notifications 7

3 uses of PUSH_NOTIFICATIONS_C2DM_USERNAME
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 58
Push Notifications functionality.

Code

define('PUSH_NOTIFICATIONS_C2DM_USERNAME', variable_get('push_notifications_c2dm_username', ''));