AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.GCMChannelRequest

Namespace: Amazon.Pinpoint.Model
Assembly: AWSSDK.Pinpoint.dll
Version: 3.x.y.z

Syntax

C#
public class GCMChannelRequest

The GCMChannelRequest type exposes the following members

Constructors

NameDescription
Public Method GCMChannelRequest()

Properties

NameTypeDescription
Public Property ApiKey System.String

Gets and sets the property ApiKey.

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

Public Property DefaultAuthenticationMethod System.String

Gets and sets the property DefaultAuthenticationMethod.

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

Public Property Enabled System.Boolean

Gets and sets the property Enabled.

Specifies whether to enable the GCM channel for the application.

Public Property ServiceJson System.String

Gets and sets the property ServiceJson.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5