| Package | Description |
|---|---|
| com.amazonaws.mobileconnectors.cognito |
Primary classes for interacting with the AmazonCognitoSync mobile connector,
which is a high level client that provides data synchronization across multiple mobile devices and
powered by Amazon Cognito Identity service, Cognito Sync service, and Security Token
Service (STS).
|
| Modifier and Type | Method and Description |
|---|---|
Dataset |
CognitoSyncManager.openOrCreateDataset(String datasetName)
Deprecated.
Opens or creates a dataset.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DefaultSyncCallback.onConflict(Dataset dataset,
List<SyncConflict> conflicts)
Deprecated.
|
boolean |
Dataset.SyncCallback.onConflict(Dataset dataset,
List<SyncConflict> conflicts)
This can be triggered during two phases.
|
boolean |
DefaultSyncCallback.onDatasetDeleted(Dataset dataset,
String datasetName)
Deprecated.
|
boolean |
Dataset.SyncCallback.onDatasetDeleted(Dataset dataset,
String datasetName)
This is triggered when the given dataset is deleted remotely.
|
boolean |
DefaultSyncCallback.onDatasetsMerged(Dataset dataset,
List<String> datasetNames)
Deprecated.
|
boolean |
Dataset.SyncCallback.onDatasetsMerged(Dataset dataset,
List<String> datasetNames)
If two or more datasets are merged as a result of identity merge,
this will be triggered.
|
void |
DefaultSyncCallback.onSuccess(Dataset dataset,
List<Record> updatedRecords)
Deprecated.
|
void |
Dataset.SyncCallback.onSuccess(Dataset dataset,
List<Record> updatedRecords)
This is called after remote changes are downloaded to local storage
and local changes are uploaded to remote storage.
|
Copyright © 2019. All rights reserved.