Package-level declarations
Types
Interface for advanced sync up target where records are not simply created/updated/deleted With advanced sync up target, sync manager simply calls the method: syncUpRecords
Subclass of SyncUpTarget that batches create/update/delete operations by using composite api
Target for sync that downloads records using the briefcase (priming records) API
Subclass of SyncUpTarget that batches create/update/delete operations by using sobject collection apis
Sync down target for object layouts. This uses the '/ui-api/layout' API to fetch object layouts. The easiest way to use this sync target is through com.salesforce.androidsdk.mobilesync.manager.LayoutSyncManager.
Sync down target for object metadata. This uses the 'describe' API to fetch object metadata.
Target for sync that downloads most recently used records
Target for sync that downloads parent with children records
Shared code for ParentChildrenSyncDownTarget and ParentChildrenSyncUpTarget
Target for sync that uploads parent with children records
Target for sync which syncs down the records currently in a soup
Target for sync defined by a SOQL query
Target for sync defined by a SOSL query
Target for sync down:
Abstract super class for SyncUpTarget and SyncDownTarget
Target for sync up: