return Layer Attachment Option
A setting configured by the web map author that indicates which feature layers should include attachments when taken offline. Based on the value of this setting, attachments should be included with:
None of the layers when the value is com.arcgismaps.tasks.offlinemaptask.ReturnLayerAttachmentOption.None
All of the layers when the value is com.arcgismaps.tasks.offlinemaptask.ReturnLayerAttachmentOption.AllLayers
Read only layers when the value is com.arcgismaps.tasks.offlinemaptask.ReturnLayerAttachmentOption.ReadOnlyLayers
Editable layers when the value is com.arcgismaps.tasks.offlinemaptask.ReturnLayerAttachmentOption.EditableLayers
This value can be used to set a default for com.arcgismaps.tasks.offlinemaptask.GenerateOfflineMapParameters.returnLayerAttachmentOption. Alternatively, using com.arcgismaps.tasks.offlinemaptask.OfflineMapTask.createDefaultGenerateOfflineMapParameters will pre-populate the parameters using this property.
Since
200.1.0