You are here

constant PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT in Push Notifications 8

Same name and namespace in other branches
  1. 7 push_notifications.module \PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT

APNS size limit for individual payload, in bytes.

2 uses of PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT
PushNotificationsMessageSenderBase::setMessage in src/PushNotificationsMessageSenderBase.php
Setter function for message.
PushNotificationsSendMessageForm::buildForm in src/Form/PushNotificationsSendMessageForm.php
Form constructor.

File

./push_notifications.module, line 30
Contains push_notifications.module functionality.

Code

const PUSH_NOTIFICATIONS_APNS_PAYLOAD_SIZE_LIMIT = 2048;