You are here

constant PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT in Push Notifications 7

Same name and namespace in other branches
  1. 8 push_notifications.module \PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT
5 uses of PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT
push_notifications_check_payload_size in ./push_notifications.module
Check size of a push notification payload. Payload can't exceed PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT.
push_notifications_mass_push_form in includes/push_notifications.admin.inc
Form callback for sending a mass-push notification.
push_notifications_mass_push_form_validate in includes/push_notifications.admin.inc
Validation handler for sending out a mass-push notification.
push_notifications_send_message in ./push_notifications.module
Send a simple message alert to an array of recipients.
push_notifications_send_message_bulk in ./push_notifications.module
Send a simple message alert to all tokens in the database.

File

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

Code

define('PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT', 2048);