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

Notification delivery transport information More...

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: WebHook, RC/APNS, RC/GCM, PubNub More...
 
string address [get, set]
 The URL to which notifications should be delivered. This is only applicable for the WebHook transport type, for which it is a required field. Required Format: uri Example: https://acme.com/myservice/webhook More...
 
string verificationToken [get, set]
 An optional validation token used to verify the authenticity of the incoming webhook. Applicable only for the WebHook transport type. 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]
 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. More...
 

Detailed Description

Notification delivery transport information

Property Documentation

◆ address

string RingCentral.NotificationDeliveryModeRequest.address
getset

The URL to which notifications should be delivered. This is only applicable for the WebHook transport type, for which it is a required field. Required Format: uri Example: https://acme.com/myservice/webhook

◆ certificateName

string RingCentral.NotificationDeliveryModeRequest.certificateName
getset

Certificate name for mobile notification transports Required

◆ encryption

bool? RingCentral.NotificationDeliveryModeRequest.encryption
getset

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.

◆ registrationId

string RingCentral.NotificationDeliveryModeRequest.registrationId
getset

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

◆ transportType

string RingCentral.NotificationDeliveryModeRequest.transportType
getset

The transport type for this subscription, or the channel by which an app should be notified of an event Required Enum: WebHook, RC/APNS, RC/GCM, PubNub

◆ verificationToken

string RingCentral.NotificationDeliveryModeRequest.verificationToken
getset

An optional validation token used to verify the authenticity of the incoming webhook. Applicable only for the WebHook transport type.


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