Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • NotificationDeliveryMode

Index

Properties

Optional address

address: string

PubNub channel name. For APNS transport type - internal identifier of a device device_token

Optional encryption

encryption: boolean

Optional parameter. Specifies if the message will be encrypted or not. For APNS transport type the value is always false

Optional encryptionAlgorithm

encryptionAlgorithm: string

Encryption algorithm 'AES' (for PubNub transport type only)

Optional encryptionKey

encryptionKey: string

Key for notification message decryption (for PubNub transport type only)

Optional secretKey

secretKey: string

PubNub subscriber credentials required to subscribe to the channel. Optional (for PubNub transport type only)

Optional subscriberKey

subscriberKey: string

PubNub subscriber credentials required to subscribe to the channel

Optional transportType

transportType: "PubNub" | "APNS" | "PubNub/APNS/VoIP"

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

Generated using TypeDoc