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.

Container for the parameters to the RegisterDevice operation. Registers a device to receive push sync notifications.

This API can only be called with temporary credentials provided by Cognito Identity. You cannot call this API with developer credentials.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CognitoSync.AmazonCognitoSyncRequest
      Amazon.CognitoSync.Model.RegisterDeviceRequest

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

Syntax

C#
public class RegisterDeviceRequest : AmazonCognitoSyncRequest
         IAmazonWebServiceRequest

The RegisterDeviceRequest type exposes the following members

Constructors

NameDescription
Public Method RegisterDeviceRequest()

Properties

NameTypeDescription
Public Property IdentityId System.String

Gets and sets the property IdentityId.

The unique ID for this identity.

Public Property IdentityPoolId System.String

Gets and sets the property IdentityPoolId.

A name-spaced GUID (for example, us-east-1:23EC4050-6AEA-7089-A2DD-08002EXAMPLE) created by Amazon Cognito. Here, the ID of the pool that the identity belongs to.

Public Property Platform Amazon.CognitoSync.Platform

Gets and sets the property Platform.

The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).

Public Property Token System.String

Gets and sets the property Token.

The push token.

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