Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс AppleVoipMessage
+ Граф наследования:AppleVoipMessage:

Защищенные члены

 getAlertData ()
 
- Защищенные члены унаследованные от AppleMessage
 _getPayload ()
 

Дополнительные унаследованные члены

- Открытые члены унаследованные от AppleMessage
 __construct ($sDeviceToken=null, $maxPayloadSize=2048)
 
 setAutoAdjustLongPayload ($bAutoAdjust)
 
 getAutoAdjustLongPayload ()
 
 getPayload ()
 
 getBatch ()
 
- Открытые члены унаследованные от BaseMessage
 addRecipient ($sDeviceToken)
 
 getRecipient ($nRecipient=0)
 
 getRecipients ()
 
 setText ($sText)
 
 getText ()
 
 setTitle (string $sTitle)
 
 getTitle ()
 
 setBadge (int $nBadge)
 
 getBadge ()
 
 setSound ($sSound='default')
 
 getSound ()
 
 setCustomProperty ($sName, $mValue)
 
 getCustomProperty ($sName)
 
 setExpiry (int $nExpiryValue)
 
 getExpiry ()
 
 setCustomIdentifier ($mCustomIdentifier)
 
 getCustomIdentifier ()
 
 getCategory ()
 
 setCategory ($category)
 
 setFromArray (array $messageArray)
 
- Открытые атрибуты унаследованные от BaseMessage
 $customProperties = []
 
- Защищенные данные унаследованные от AppleMessage
const DEFAULT_PAYLOAD_MAXIMUM_SIZE = 2048
 
const APPLE_RESERVED_NAMESPACE = 'aps'
 
const JSON_OPTIONS = JSON_HEX_TAG|JSON_HEX_AMP|JSON_HEX_APOS|JSON_HEX_QUOT|JSON_UNESCAPED_UNICODE
 
 $_bAutoAdjustLongPayload = true
 
 $payloadMaxSize
 
- Защищенные данные унаследованные от BaseMessage
array $deviceTokens = []
 
string $text = null
 
 $category
 
 $badge
 
string $sound = "default"
 
int $expiryValue = 7200
 
 $customIdentifier
 
 $title
 

Подробное описание

См. определение в файле applevoipmessage.php строка 5

Методы

◆ getAlertData()

getAlertData ( )
protected

Переопределяет метод предка AppleMessage.

См. определение в файле applevoipmessage.php строка 7