constant PUSH_NOTIFICATIONS_TYPE_ID_ANDROID in Push Notifications 7
7 uses of PUSH_NOTIFICATIONS_TYPE_ID_ANDROID
- push_notifications_admin_overview_form in includes/
push_notifications.admin.inc - Overview form for Push Notification Settings.
- push_notifications_c2dm_send_message in ./
push_notifications.module - Send out push notifications through C2DM.
- push_notifications_fcm_send_message in ./
push_notifications.module - Send out push notifications through FCM.
- push_notifications_gcm_send_message in ./
push_notifications.module - Send out push notifications through GCM.
- push_notifications_mass_push_form_submit in includes/
push_notifications.admin.inc - Submit handler for sending out a mass-push notification.
File
- ./
push_notifications.module, line 15 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_TYPE_ID_ANDROID', variable_get('push_notifications_type_id_anroid', 1));