Class MobileDeliveryMode

java.lang.Object
com.ringcentral.definitions.MobileDeliveryMode

public class MobileDeliveryMode 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: RC/APNS, RC/GCM
    • certificateName

      public String certificateName
      Certificate name for mobile notification transports Required
    • registrationId

      public String registrationId
      Device instance ID for mobile notification transports Required Example: 38b062ae-85f8-4dcc-8734-04d3f7393d42
    • encryption

      public Boolean encryption
      Specifies if notification messages will be encrypted or not. Required Enum: false
  • Constructor Details

    • MobileDeliveryMode

      public MobileDeliveryMode()
  • Method Details