Companion

object Companion

Functions

Link copied to clipboard
suspend fun exportDelta(geodatabase: Geodatabase, outputPath: String): Result<Boolean>

Generates an upload delta geodatabase file containing all the changes since the last sync. A delta geodatabase contains the changes that have occurred since a mobile replica Geodatabase was last-synchronized with the feature service. See Synchronize Replica[https://developers.arcgis.com/rest/services-reference/enterprise/synchronize-replica.htm] for an overview of the delta files used in synchronization. An "upload" delta geodatabase contains the local edits, performed on the user's device, to be sent to the originating feature service.

Link copied to clipboard
suspend fun importDelta(geodatabase: Geodatabase, inputPath: String): Result<List<SyncLayerResult>>

Imports a geodatabase delta and applies it to the given geodatabase. A delta geodatabase contains the changes that have occurred since a mobile replica Geodatabase was last-synchronized with the feature service. See Synchronize Replica[https://developers.arcgis.com/rest/services-reference/enterprise/synchronize-replica.htm] for an overview of the delta files used in synchronization. A "download" delta geodatabase contains the online edits that will be imported to the local geodatabase.