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

Description

Arcade expression to display in a pop-up.

Instances of this class represent an expression based on the Arcade language. The expression can be evaluated to display a computed value in the pop-up.

Since
100.3
Inheritance diagram for AGSPopupExpression:
AGSObject

Instance Methods

(BOOL) - isEqualToPopupExpression:
 

Class Methods

(instancetype) + popupExpression
 

Properties

NSString * expression
 
NSString * name
 
AGSPopupExpressionReturnType returnType
 
NSString * title
 

Method Documentation

◆ isEqualToPopupExpression:

- (BOOL) isEqualToPopupExpression: (AGSPopupExpression *)  other

Compares whether two pop-up expressions are equal.

Parameters
otherThe pop-up expression with which to compare the receiver.
Returns
YES if the receiver is equal to other, otherwise @ NO.
Since
100.8

◆ popupExpression

+ (instancetype) popupExpression

Property Documentation

◆ expression

- (NSString*) expression
readwritenonatomiccopy

The Arcade expression that needs to be evaluated.

Since
100.3

◆ name

- (NSString*) name
readwritenonatomiccopy

Unique name of the expression.

Since
100.3

◆ returnType

- (AGSPopupExpressionReturnType) returnType
readwritenonatomicassign

The type of data returned when the expression is evaluated.

Since
100.3

◆ title

- (NSString*) title
readwritenonatomiccopy

User-friendly title for the expression that can be displayed in the UI.

Since
100.3