OfflineMapSyncParameters class final

Parameters used to create an OfflineMapSyncJob.

To create OfflineMapSyncParameters, you need to create an OfflineMapSyncTask by using the offline map (ArcGISMap). You can then obtain the default OfflineMapSyncParameters for the offline map by calling OfflineMapSyncTask.createDefaultOfflineMapSyncParameters. If necessary, you can modify these default parameters to specify the OfflineMapSyncParameters.syncDirection, for example.

Implemented types

Constructors

OfflineMapSyncParameters()
Creates an offline map sync parameters object.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keepGeodatabaseDeltas bool
True if the upload or downloaded delta geodatabases are removed at the end of the sync job, false otherwise.
getter/setter pair
preplannedScheduledUpdatesOption PreplannedScheduledUpdatesOption
Determines whether update packages will be downloaded from an online map area and applied to the map's data.
getter/setter pair
reconcileBranchVersion bool
True if a geodatabase feature service replica branch version automatically reconciles with the default branch upon sync, false otherwise.
getter/setter pair
rollbackOnFailure bool
True if the geodatabase feature service synchronization should roll back on a failure, false otherwise.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
syncDirection SyncDirection
The synchronization direction for geodatabases registered with feature services.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited