AWSCognitoSyncRegisterDeviceRequest Class Reference
Inherits from | AWSRequest : AWSModel : AWSMTLModel |
---|---|
Declared in | AWSCognitoSyncModel.h AWSCognitoSyncModel.m |
Overview
A request to RegisterDevice.
Required parameters: [IdentityPoolId, IdentityId, Platform, Token]
identityId
The unique ID for this identity.
@property (nonatomic, strong) NSString *identityId
Declared In
AWSCognitoSyncModel.h
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.
@property (nonatomic, strong) NSString *identityPoolId
Declared In
AWSCognitoSyncModel.h
platform
The SNS platform type (e.g. GCM, SDM, APNS, APNS_SANDBOX).
@property (nonatomic, assign) AWSCognitoSyncPlatform platform
Declared In
AWSCognitoSyncModel.h
token
The push token.
@property (nonatomic, strong) NSString *token
Declared In
AWSCognitoSyncModel.h