|
ArcGIS Runtime SDK for iOS
100.9
|
An object that represents the result of an attempt to evaluate popup expression.
Properties | |
| NSError * | error |
| AGSPopupExpression * | popupExpression |
| id | result |
|
readnonatomicstrong |
Error information about the evaluation of AGSPopupExpressionEvaluation::popupExpression.
|
readnonatomicstrong |
One of the Arcade expressions defined on popup at AGSPopupDefinition::expressions.
|
readnonatomicstrong |
The result of an evaluation of AGSPopupExpressionEvaluation::popupExpression. The type of result object is going to be either a NSString or a NSNumber based on the AGSPopupExpression::returnType.