Interface | Description |
---|---|
SyncDiscardOfflineResourceCallback |
This callback is used after the discarding of offline resources is completed.
|
SynchronizationCallback |
Callback interface used to return the result when a resource request using
Synchronization.requestWithUri(String, RequestMethod, SyncPolicy, Map, byte[], SynchronizationCallback) API is made. |
SyncLocalLoadingCallback |
Interface that will be triggered for loading resources from the database.
|
SyncResourceUpdatedCallback |
This callback is used when a resource is synchronized or updated in the cache.
|
Class | Description |
---|---|
Synchronization |
The main class for the Synchronization service implementation.
|
SyncPolicy |
A SyncPolicy object is used to specify the synchronization policies for a MobileObject, MobileObjectCollection or MobileFile.
|
Enum | Description |
---|---|
SyncNetworkStatus |
An enumeration of the different Sync network states.
|