ArcGIS Runtime SDK for iOS
100.15
|
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.
Instance Methods | |
(BOOL) | - isEqualToPopupExpression: |
Class Methods | |
(instancetype) | + popupExpression |
Properties | |
NSString * | expression |
NSString * | name |
AGSPopupExpressionReturnType | returnType |
NSString * | title |
- (BOOL) isEqualToPopupExpression: | (AGSPopupExpression *) | other |
Compares whether two pop-up expressions are equal.
other | The pop-up expression with which to compare the receiver. |
YES
if the receiver is equal to other
, otherwise @ NO. + (instancetype) popupExpression |
|
readwritenonatomiccopy |
The Arcade expression that needs to be evaluated.
|
readwritenonatomiccopy |
Unique name of the expression.
|
readwritenonatomicassign |
The type of data returned when the expression is evaluated.
|
readwritenonatomiccopy |
User-friendly title for the expression that can be displayed in the UI.