You are here

Functions in Push Notifications 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_push_notifications_post_store_token ./push_notifications.api.php Allows a module to use the newly created record after a token was stored in the database.
hook_push_notifications_purge_token ./push_notifications.api.php Allows a module to respond to a token being purged.
hook_push_notifications_store_token ./push_notifications.api.php Allows a module to modify the token before it is stored in the database.
push_notifications_admin_form includes/push_notifications.admin.inc Form callback for Push Notifications Settings. 1
push_notifications_admin_form_submit includes/push_notifications.admin.inc Submit callback for push notification configuration page.
push_notifications_admin_form_validate includes/push_notifications.admin.inc Validation handler for push notification configuration form.
push_notifications_admin_overview_form includes/push_notifications.admin.inc Overview form for Push Notification Settings. 1
push_notifications_apns_feedback_service ./push_notifications.module Connect to Apple's feedback server to remove unused device tokens. Connection modeled after daddyhunt_apns_send_notifications function. 1
push_notifications_apns_send_message ./push_notifications.module Send out push notifications through APNS. 2
push_notifications_c2dm_send_message ./push_notifications.module Send out push notifications through C2DM. 2
push_notifications_c2dm_token ./push_notifications.module Determine the auth string from C2DM server. 1
push_notifications_check_payload_size ./push_notifications.module Check size of a push notification payload. Payload can't exceed PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT. 1
push_notifications_cron ./push_notifications.module Implements of hook_cron().
push_notifications_fcm_send_message ./push_notifications.module Send out push notifications through FCM. 2
push_notifications_find_token ./push_notifications.module Determine if this user has already stored a token in the database. The same device token can be registered for multiple users, because multiple users can login from the same device. 1
push_notifications_gcm_send_message ./push_notifications.module Send out push notifications through GCM. 2
push_notifications_get_tokens ./push_notifications.module Determine all recipients from a specific device type. 2
push_notifications_install ./push_notifications.install Implements of hook_install().
push_notifications_mass_push_form includes/push_notifications.admin.inc Form callback for sending a mass-push notification. 1
push_notifications_mass_push_form_submit includes/push_notifications.admin.inc Submit handler for sending out a mass-push notification.
push_notifications_mass_push_form_validate includes/push_notifications.admin.inc Validation handler for sending out a mass-push notification.
push_notifications_menu ./push_notifications.module Implements of hook_menu().
push_notifications_open_apns ./push_notifications.module Open an APNS connection. Should be closed by calling fclose($connection) after usage. 1
push_notifications_permission ./push_notifications.module Implements hook_permission().
push_notifications_privatemsg_message_insert ./push_notifications.module Implements hook_privatemsg_message_insert.
push_notifications_purge_token ./push_notifications.module Delete a token. 5
push_notifications_regenerate_certificate_string_submit includes/push_notifications.admin.inc Form callback for regenerating the APNS certificate string. 1
push_notifications_rules_action_info ./push_notifications.rules.inc Implements hook_rules_action_info().
push_notifications_rules_event_info ./push_notifications.rules.inc Implements hook_rules_event_info().
push_notifications_schema ./push_notifications.install Implements hook_field_scheme().
push_notifications_send_alert ./push_notifications.module Handle delivery of simple alert message. 2
push_notifications_send_message ./push_notifications.module Send a simple message alert to an array of recipients. 2
push_notifications_send_message_account ./push_notifications.module Send a simple message alert to a single account.
push_notifications_send_message_bulk ./push_notifications.module Send a simple message alert to all tokens in the database.
push_notifications_services_resources ./push_notifications.module Implements hook_services_resources().
push_notifications_store_token ./push_notifications.module Store a token in the database. Removes all spaces in the token. 1
push_notifications_target_group_options ./push_notifications.rules.inc Defines target groups for bulk message alert. 1
push_notifications_uninstall ./push_notifications.install Implements of hook_uninstall().
push_notifications_update_7001 ./push_notifications.install Implements hook_update_n.
push_notifications_update_7002 ./push_notifications.install Implements hook_update_n.
push_notifications_update_7003 ./push_notifications.install Update the language field to allow 11 characters.
push_notifications_update_7004 ./push_notifications.install Implements hook_update_n.
push_notifications_update_7005 ./push_notifications.install Implements hook_update_n.
push_notifications_used_languages ./push_notifications.module Determine any languages used in the push notifications table. 2
push_notifications_views_api ./push_notifications.module Implements of hook_views_api().
push_notifications_views_data views/push_notifications.views.inc Expose Push Notifications data to views.
push_notifications_views_default_views views/push_notifications.views_default.inc Implements hook_views_default_views().
push_notifications_views_handlers views/push_notifications.views.inc Implements hook_views_handlers().
push_notification_get_user_tokens ./push_notifications.module Determine all tokens for a specfic user. 1
_push_notifications_get_apns_certificate ./push_notifications.module Get the full path to the APNS certificate. 3

Pages

Other projects