Package com.ringcentral.definitions
Class MobileDeliveryMode
java.lang.Object
com.ringcentral.definitions.MobileDeliveryMode
-
Field Summary
FieldsModifier and TypeFieldDescriptionCertificate name for mobile notification transports RequiredSpecifies if notification messages will be encrypted or not.Device instance ID for mobile notification transports Required Example: 38b062ae-85f8-4dcc-8734-04d3f7393d42The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: RC/APNS, RC/GCM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncertificateName
(String certificateName) encryption
(Boolean encryption) registrationId
(String registrationId) transportType
(String transportType)
-
Field Details
-
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
Certificate name for mobile notification transports Required -
registrationId
Device instance ID for mobile notification transports Required Example: 38b062ae-85f8-4dcc-8734-04d3f7393d42 -
encryption
Specifies if notification messages will be encrypted or not. Required Enum: false
-
-
Constructor Details
-
MobileDeliveryMode
public MobileDeliveryMode()
-
-
Method Details
-
transportType
-
certificateName
-
registrationId
-
encryption
-