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