Class PubNubDeliveryMode

java.lang.Object
com.ringcentral.definitions.PubNubDeliveryMode

public class PubNubDeliveryMode extends Object
  • Field Details

    • transportType

      public String transportType
      The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: PubNub
    • encryption

      public Boolean encryption
      Optional. Specifies if notification messages will be encrypted or not. Please note that for some event filters (e.g. presence) encryption is mandatory and `false` value provided by caller will be ignored. Required
    • address

      public String address
      PubNub channel name Required Example: 54770517599294_6dda849e
    • subscriberKey

      public String subscriberKey
      PubNub credential required to subscribe to the channel Required
    • secretKey

      public String secretKey
      PubNub credential required to subscribe to the channel Required
    • encryptionAlgorithm

      public String encryptionAlgorithm
      (Only for a "PubNub" transport, returned only if `encryption` is `true`) Encryption algorithm used Enum: AES
    • encryptionKey

      public String encryptionKey
      (Only for a "PubNub" transport, returned only if `encryption` is `true`) Cryptographic key to decrypt PubNub notification messages
  • Constructor Details

    • PubNubDeliveryMode

      public PubNubDeliveryMode()
  • Method Details