Class MobileDeliveryModeRequest

java.lang.Object
com.ringcentral.definitions.MobileDeliveryModeRequest

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

    • MobileDeliveryModeRequest

      public MobileDeliveryModeRequest()
  • Method Details