Notification Hub Properties Response
data class NotificationHubPropertiesResponse(val admCredential: AdmCredentialResponse? = null, val apnsCredential: ApnsCredentialResponse? = null, val authorizationRules: List<SharedAccessAuthorizationRulePropertiesResponse>, val baiduCredential: BaiduCredentialResponse? = null, val browserCredential: BrowserCredentialResponse? = null, val dailyMaxActiveDevices: Double, val gcmCredential: GcmCredentialResponse? = null, val mpnsCredential: MpnsCredentialResponse? = null, val name: String? = null, val registrationTtl: String? = null, val wnsCredential: WnsCredentialResponse? = null, val xiaomiCredential: XiaomiCredentialResponse? = null)
NotificationHub properties.
Constructors
Link copied to clipboard
constructor(admCredential: AdmCredentialResponse? = null, apnsCredential: ApnsCredentialResponse? = null, authorizationRules: List<SharedAccessAuthorizationRulePropertiesResponse>, baiduCredential: BaiduCredentialResponse? = null, browserCredential: BrowserCredentialResponse? = null, dailyMaxActiveDevices: Double, gcmCredential: GcmCredentialResponse? = null, mpnsCredential: MpnsCredentialResponse? = null, name: String? = null, registrationTtl: String? = null, wnsCredential: WnsCredentialResponse? = null, xiaomiCredential: XiaomiCredentialResponse? = null)
Properties
Link copied to clipboard
Description of a NotificationHub AdmCredential.
Link copied to clipboard
Description of a NotificationHub ApnsCredential.
Link copied to clipboard
Gets or sets the AuthorizationRules of the created NotificationHub
Link copied to clipboard
Description of a NotificationHub BaiduCredential.
Link copied to clipboard
Description of a NotificationHub BrowserCredential.
Link copied to clipboard
Link copied to clipboard
Description of a NotificationHub GcmCredential.
Link copied to clipboard
Description of a NotificationHub MpnsCredential.
Link copied to clipboard
Gets or sets the RegistrationTtl of the created NotificationHub
Link copied to clipboard
Description of a NotificationHub WnsCredential.
Link copied to clipboard
Description of a NotificationHub XiaomiCredential.