constant PUSH_NOTIFICATIONS_TYPE_ID_IOS in Push Notifications 7
6 uses of PUSH_NOTIFICATIONS_TYPE_ID_IOS
- push_notifications_admin_overview_form in includes/
push_notifications.admin.inc - Overview form for Push Notification Settings.
- push_notifications_apns_feedback_service in ./
push_notifications.module - Connect to Apple's feedback server to remove unused device tokens. Connection modeled after daddyhunt_apns_send_notifications function.
- push_notifications_apns_send_message in ./
push_notifications.module - Send out push notifications through APNS.
- 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 14 - Push Notifications functionality.
Code
define('PUSH_NOTIFICATIONS_TYPE_ID_IOS', variable_get('push_notifications_type_id_ios', 0));