AdvancedSyncUpTarget

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

Inheritors

Properties

Link copied to clipboard
abstract val maxBatchSize: Int

Functions

Link copied to clipboard
abstract fun syncUpRecords(syncManager: SyncManager, records: List<JSONObject>, fieldlist: List<String>?, mergeMode: SyncState.MergeMode, syncSoupName: String)

Sync up a batch of records