Class PubNubDeliveryModeRequest

java.lang.Object
com.ringcentral.definitions.PubNubDeliveryModeRequest

public class PubNubDeliveryModeRequest 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.
  • Constructor Details

    • PubNubDeliveryModeRequest

      public PubNubDeliveryModeRequest()
  • Method Details