Package-level declarations

Types

Link copied to clipboard

Runnable class responsible for running a sync up that uses and AdvancedSyncUpTarget

Link copied to clipboard

Runnable class responsible for running clean sync ghosts operation

Link copied to clipboard

Provides an easy way to fetch layout data using com.salesforce.androidsdk.mobilesync.target.LayoutSyncDownTarget. This class handles creating a soup, storing synched data and reading it into a meaningful data structure, i.e. com.salesforce.androidsdk.mobilesync.model.Layout.

Link copied to clipboard

Provides an easy way to fetch metadata using com.salesforce.androidsdk.mobilesync.target.MetadataSyncDownTarget. This class handles creating a soup, storing synched data and reading it into a meaningful data structure, i.e. com.salesforce.androidsdk.mobilesync.model.Metadata.

Link copied to clipboard

Runnable class responsible for running a sync down

Link copied to clipboard

Sync Manager

Link copied to clipboard
abstract class SyncTask(syncManager: SyncManager, sync: SyncState, callback: SyncManager.SyncUpdateCallback?) : Runnable

Abstract super class of runnable classes responsible for running syncs

Link copied to clipboard
open class SyncUpTask(syncManager: SyncManager, sync: SyncState, callback: SyncManager.SyncUpdateCallback?) : SyncTask

Runnable class responsible for running a sync up