OfflineMapSyncResult class final

The result of an OfflineMapSyncJob.

Implemented types

Properties

hasErrors bool
Indicates if the offline map sync result has synchronization errors available.
no setter
hashCode int
The hash code for this object.
no setterinherited
isMobileMapPackageReopenRequired bool
Indicates whether the mobile map package must be closed and reopened with a new instance to allow the updates to take effect.
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