The result from evaluating a Popup Arcade expression. More...
|  Header |  #include <Popup | 
|  Since |  Esri | 
|  Inherits |  Esri | 
This class was introduced in Esri::ArcGISRuntime 100.8.
Public Functions
| virtual | ~ | 
|  Esri | error() const | 
|  Esri | popup | 
| QVariant | result() const | 
Detailed Description
Member Function Documentation
[override virtual] PopupExpressionEvaluation::~PopupExpressionEvaluation   ()   
Destructor.
Esri::ArcGISRuntime::Error    PopupExpressionEvaluation::error() const   
Returns an error for the evaluation of PopupExpressionEvaluation::popupExpression().
Esri::ArcGISRuntime::PopupExpression     *PopupExpressionEvaluation::popupExpression () const    
Returns one of the Arcade expressions defined in the Popup at PopupDefinition::expressions or ExpressionPopupElement::popupExpression.
QVariant PopupExpressionEvaluation::result() const   
Returns the result of an evaluation of popupExpression.
The type of result object is a String, a Number, or a Dictionary based on the PopupExpression::returnType. Dictionary return type is only supported for popup expressions coming from a ExpressionPopupElement. In this case, the dictionary must follow the Web Map Specification for a popupElement. Refer to Popup Element for more details.