cognitosync_register_device: Registers a device to receive push sync notifications

View source: R/cognitosync_operations.R

cognitosync_register_deviceR Documentation

Registers a device to receive push sync notifications

Description

Registers a device to receive push sync notifications.

See https://www.paws-r-sdk.com/docs/cognitosync_register_device/ for full documentation.

Usage

cognitosync_register_device(IdentityPoolId, IdentityId, Platform, Token)

Arguments

IdentityPoolId

[required] 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.

IdentityId

[required] The unique ID for this identity.

Platform

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

Token

[required] The push token.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.