GcmChannelRequest

Specifies the status and settings of the GCM channel for an application. This channel enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Web API Key, also referred to as an API_KEY or server key, that you received from Google to communicate with Google services.

Link copied to clipboard

The default authentication method used for GCM. Values are either "TOKEN" or "KEY". Defaults to "KEY".

Link copied to clipboard

Specifies whether to enable the GCM channel for the application.

Link copied to clipboard

The contents of the JSON file provided by Google during registration in order to generate an access token for authentication. For more information see Migrate from legacy FCM APIs to HTTP v1.

Functions

Link copied to clipboard
inline fun copy(block: GcmChannelRequest.Builder.() -> Unit = {}): GcmChannelRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String