OfflineMapSyncResult class final

The result of an OfflineMapSyncJob.

When the job completes, this result indicates whether any errors were incurred during the synchronization process (OfflineMapSyncResult.hasErrors). If so, you can examine the dictionary of OfflineMapSyncResult.layerResults and OfflineMapSyncResult.tableResults to identify the source of the problem for each layer and table.

Implemented types

Properties

hasErrors bool
True if the offline map sync result has synchronization errors available, false otherwise.
no setter
hashCode int
The hash code for this object.
no setterinherited
isMobileMapPackageReopenRequired bool
True if the mobile map package must be closed and reopened with a new instance to allow the updates to take effect, false otherwise.
no setter
layerResults Map<Layer, OfflineMapSyncLayerResult>
The synchronization results for geodatabase feature layers.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tableResults Map<FeatureTable, OfflineMapSyncLayerResult>
The synchronization results for tables.
no setter

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