GCMChannelRequest class

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.

Constructors

GCMChannelRequest({required String apiKey, bool? enabled})

Properties

apiKey String
The Web API Key, also referred to as an API_KEY or server key, that you received from Google to communicate with Google services.
final
enabled bool?
Specifies whether to enable the GCM channel for the application.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited