• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/push/service/apple.php
  • Класс: BitrixPullPushServiceApple
  • Вызов: Apple::getMessageInstance
function getMessageInstance(string $token): AppleMessage
{
	return new AppleMessage($token, 2048);
}