GcmCredentialPropertiesResponse

data class GcmCredentialPropertiesResponse(val gcmEndpoint: String? = null, val googleApiKey: String)

Description of a NotificationHub GcmCredential.

Constructors

Link copied to clipboard
constructor(gcmEndpoint: String? = null, googleApiKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gcmEndpoint: String? = null

Gets or sets the GCM endpoint.

Link copied to clipboard

Gets or sets the Google API key.