GcmCredentialResponse

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

Description of a NotificationHub GcmCredential.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val gcmEndpoint: String? = null

The FCM legacy endpoint. Default value is 'https://fcm.googleapis.com/fcm/send'

Link copied to clipboard
val googleApiKey: String? = null

The Google API key.