Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.31 KB

NotificationDeliveryModeRequest.md

File metadata and controls

14 lines (10 loc) · 1.31 KB

NotificationDeliveryModeRequest

Properties

Name Type Description Notes
TransportType string Notifications transportation provider name. 'APNS' (Apple Push Notifications Service) [optional]
Address string Mandatory for 'APNS' and 'WebHook' transport types. For 'APNS' - internal identifier of a device 'device_token' for 'WebHook' - URL of a consumer service (cannot be changed during subscription update) [optional]
Encryption bool Optional parameter. Specifies if the message will be encrypted or not. If request contains any presence event filter the value by default is 'True' (even if specified as 'false'). If request contains only message event filters the value by default is 'False' [optional]
CertificateName string For 'PubNub/APNS' and 'PubNub/GCM' transport types. Name of a certificate [optional]
RegistrationId string For 'PubNub/APNS' and 'PubNub/GCM' transport types. Identifier of a registration [optional]

[Back to Model list] [Back to API list] [Back to README]