RingCentral .Net SDK
Properties | List of all members
RingCentral.MobileDeliveryMode Class Reference

Properties

string transportType [get, set]
 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 More...
 
string certificateName [get, set]
 Certificate name for mobile notification transports Required More...
 
string registrationId [get, set]
 Device instance ID for mobile notification transports Required Example: 38b062ae-85f8-4dcc-8734-04d3f7393d42 More...
 
bool? encryption [get, set]
 Specifies if notification messages will be encrypted or not. Required Enum: false More...
 

Property Documentation

◆ certificateName

string RingCentral.MobileDeliveryMode.certificateName
getset

Certificate name for mobile notification transports Required

◆ encryption

bool? RingCentral.MobileDeliveryMode.encryption
getset

Specifies if notification messages will be encrypted or not. Required Enum: false

◆ registrationId

string RingCentral.MobileDeliveryMode.registrationId
getset

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

◆ transportType

string RingCentral.MobileDeliveryMode.transportType
getset

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


The documentation for this class was generated from the following file: