ArcGIS Runtime SDK for iOS: AGSAttachmentsPopupElement.h File Reference
ArcGIS Runtime SDK for iOS  100.15
AGSAttachmentsPopupElement.h File Reference

Go to the source code of this file.

Enumerations

enum  AGSPopupAttachmentsDisplayType { AGSPopupAttachmentsDisplayTypeList = 0 , AGSPopupAttachmentsDisplayTypePreview = 1 , AGSPopupAttachmentsDisplayTypeAuto = 2 }
 

Enumeration Type Documentation

◆ AGSPopupAttachmentsDisplayType

Indicates how to display the attachments.

If AGSPopupAttachmentsDisplayTypeList is specified, attachments show as links. If AGSPopupAttachmentsDisplayTypePreview is specified, attachments expand to the width of the pop-up. Setting the value to AGSPopupAttachmentsDisplayTypeAuto allows applications to choose the most suitable default experience for their application.

See also
AGSAttachmentsPopupElement
Since
100.14
Enumerator
AGSPopupAttachmentsDisplayTypeList 

Show attachments as links.

AGSPopupAttachmentsDisplayTypePreview 

Attachments expand to the width of the pop-up.

AGSPopupAttachmentsDisplayTypeAuto 

Allows applications to choose the most suitable default experience for their application.