GcmChannelResponse

Provides information about the status and settings of the GCM channel for an application. The GCM 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 unique identifier for the application that the GCM channel applies to.

Link copied to clipboard

The date and time when the GCM channel was enabled.

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 the GCM channel is enabled for the application.

Link copied to clipboard

(Not used) This property is retained only for backward compatibility.

Link copied to clipboard

Returns true if the JSON file provided by Google during registration process was used in the ServiceJson field of the request.

Link copied to clipboard
val id: String?

(Deprecated) An identifier for the GCM channel. This property is retained only for backward compatibility.

Link copied to clipboard

Specifies whether the GCM channel is archived.

Link copied to clipboard

The user who last modified the GCM channel.

Link copied to clipboard

The date and time when the GCM channel was last modified.

Link copied to clipboard

The type of messaging or notification platform for the channel. For the GCM channel, this value is GCM.

Link copied to clipboard
val version: Int?

The current version of the GCM channel.

Functions

Link copied to clipboard
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