ArcGIS Runtime SDK for iOS: AGSAttachmentsPopupElement Class Reference
ArcGIS Runtime SDK for iOS  100.15
AGSAttachmentsPopupElement Class Reference

Description

Represents a pop-up element of type attachments that is displayed in a pop-up for a geoelement.

See also
AGSPopupElementType, AGSPopupElement
Since
100.14
Inheritance diagram for AGSAttachmentsPopupElement:
AGSPopupElement AGSObject

Instance Methods

(instancetype) - initWithDisplayType:
 

Class Methods

(instancetype) + attachmentsPopupElementWithDisplayType:
 

Properties

AGSPopupAttachmentsDisplayType displayType
 
NSString * elementDescription
 
NSString * title
 

Method Documentation

◆ attachmentsPopupElementWithDisplayType:

+ (instancetype) attachmentsPopupElementWithDisplayType: (AGSPopupAttachmentsDisplayType displayType

Creates a new attachments pop-up element with the given AGSPopupAttachmentsDisplayType.

Parameters
displayTypeIndicates how to display the attachments.
Since
100.14

◆ initWithDisplayType:

- (instancetype) initWithDisplayType: (AGSPopupAttachmentsDisplayType displayType

Creates a new attachments pop-up element with the given AGSPopupAttachmentsDisplayType.

Parameters
displayTypeIndicates how to display the attachments.
Since
100.14

Property Documentation

◆ displayType

- (AGSPopupAttachmentsDisplayType) displayType
readwritenonatomicassign

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.

Since
100.14

◆ elementDescription

- (NSString*) elementDescription
readwritenonatomiccopy

A string value describing the element in detail.

Since
100.14

◆ title

- (NSString*) title
readwritenonatomiccopy

A string value indicating what the element represents.

Since
100.14