You are here

constant PUSH_NOTIFICATIONS_GOOGLE_TYPE in Push Notifications 7

3 uses of PUSH_NOTIFICATIONS_GOOGLE_TYPE
push_notifications_admin_form in includes/push_notifications.admin.inc
Form callback for Push Notifications Settings.
push_notifications_mass_push_form_submit in includes/push_notifications.admin.inc
Submit handler for sending out a mass-push notification.
push_notifications_send_alert in ./push_notifications.module
Handle delivery of simple alert message.

File

./push_notifications.module, line 52
Push Notifications functionality.

Code

define('PUSH_NOTIFICATIONS_GOOGLE_TYPE', variable_get('push_notifications_google_type', PUSH_NOTIFICATIONS_GOOGLE_TYPE_GCM));