attachmentSyncDirection

A setting configured by the web map author that provides guidance for how attachments should be synced when working offline. If this setting is com.arcgismaps.tasks.geodatabase.AttachmentSyncDirection.None, then attachments should never be uploaded or downloaded when performing a sync operation.

If this setting is com.arcgismaps.tasks.geodatabase.AttachmentSyncDirection.Upload, then attachments should be uploaded when performing sync.

If this setting is com.arcgismaps.tasks.geodatabase.AttachmentSyncDirection.Bidirectional, then attachments should be uploaded and downloaded when performing sync.

This value can be used to set a default for com.arcgismaps.tasks.offlinemaptask.GenerateOfflineMapParameters.attachmentSyncDirection. Alternatively, using com.arcgismaps.tasks.offlinemaptask.OfflineMapTask.createDefaultGenerateOfflineMapParameters will pre-populate the parameters using this property.

Since

200.1.0