Wns Credential Response
data class WnsCredentialResponse(val packageSid: String? = null, val secretKey: String? = null, val windowsLiveEndpoint: String? = null)
Description of a NotificationHub WnsCredential.
Constructors
Link copied to clipboard
fun WnsCredentialResponse(packageSid: String? = null, secretKey: String? = null, windowsLiveEndpoint: String? = null)