AWS SDK Version 2 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.

.NET Framework 3.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class RegisterDeviceRequest : AmazonCognitoSyncRequest
         IRequestEvents

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8