Offline Map Update Capabilities
Describes supported methods for obtaining updates for an offline map. You can identify the supported methods by creating an OfflineMapSyncTask with the offline map (com.arcgismaps.mapping.ArcGISMap) and examining the OfflineMapSyncTask.updateCapabilities. You can determine whether the offline map is configured to use the update packages (OfflineMapUpdateCapabilities.supportsScheduledUpdatesForFeatures) and to sync directly with feature services (OfflineMapUpdateCapabilities.supportsSyncWithFeatureServices).
Since
200.1.0
See also
Properties
True if an offline map supports downloading of read-only scheduled update packages, false otherwise. If this property is true, updates are generated whenever the offline map area is refreshed. For example, the offline map area could be refreshed according to its update schedule. For this approach the web map author must configure the online map to perform scheduled updates.
True if an offline map references feature services which are sync enabled, false otherwise.