public class PushSyncUpdate extends Object
Modifier and Type | Method and Description |
---|---|
String |
getDatasetName()
Gets the name of the changed datset
|
String |
getIdentityId()
Gets the identity id for which the change was made
|
String |
getIdentityPoolId()
Gets the identity pool in which the user belongs
|
String |
getSource()
Gets the source of the notification, 'cognito-sync' from push sync
|
long |
getSyncCount()
Gets the sync count of the changed dataset
|
static boolean |
isPushSyncUpdate(android.content.Intent intent)
A helper to determine if the intent in question is one received from
Cognito for a push sync update to a dataset.
|
public String getSource()
public String getIdentityId()
public String getIdentityPoolId()
public String getDatasetName()
public long getSyncCount()
public static boolean isPushSyncUpdate(android.content.Intent intent)
intent
- the intent to check the validity of format ofCopyright © 2010 Amazon Web Services, Inc. All Rights Reserved.