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.

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.

Inheritance Hierarchy

System.Object
  Amazon.Pinpoint.Model.GCMChannelResponse

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

Syntax

C#
public class GCMChannelResponse

The GCMChannelResponse type exposes the following members

Constructors

NameDescription
Public Method GCMChannelResponse()

Properties

NameTypeDescription
Public Property ApplicationId System.String

Gets and sets the property ApplicationId.

The unique identifier for the application that the GCM channel applies to.

Public Property CreationDate System.String

Gets and sets the property CreationDate.

The date and time when the GCM channel was enabled.

Public Property Credential System.String

Gets and sets the property Credential.

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

Public Property HasCredential System.Boolean

Gets and sets the property HasCredential.

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

Public Property HasFcmServiceCredentials System.Boolean

Gets and sets the property HasFcmServiceCredentials.

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

Public Property Id System.String

Gets and sets the property Id.

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

Public Property IsArchived System.Boolean

Gets and sets the property IsArchived.

Specifies whether the GCM channel is archived.

Public Property LastModifiedBy System.String

Gets and sets the property LastModifiedBy.

The user who last modified the GCM channel.

Public Property LastModifiedDate System.String

Gets and sets the property LastModifiedDate.

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

Public Property Platform System.String

Gets and sets the property Platform.

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

Public Property Version System.Int32

Gets and sets the property Version.

The current version of the GCM channel.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5