Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NotificationDeliveryModeRequest

Index

Properties

Optional address

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 certificateName

certificateName: string

For 'PubNub/APNS' and 'PubNub/GCM' transport types. Name of a certificate

Optional encryption

encryption: boolean

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 registrationId

registrationId: string

For 'PubNub/APNS' and 'PubNub/GCM' transport types. Identifier of a registration

Optional transportType

transportType: "PubNub" | "Webhook" | "APNS" | "PubNub/APNS" | "PubNub/GCM"

Notifications transportation provider name. 'APNS' (Apple Push Notifications Service)

Generated using TypeDoc