get Formatted Value
Gets the formatted value of the popup field. Dates and times are returned in the local timezone. If PopupDefinition.expressions is not empty then the PopupField may be using expressions with Arcade FeatureSet functions. Use Popup.evaluateExpressions to evaluate the Arcade expressions before trying to get the formatted String representation of the popup field's value, otherwise it may return an empty string.
If the field is part of a com.arcgismaps.data.CodedValueDomain, the com.arcgismaps.data.CodedValue.name is returned.
Return
A String.
Since
200.1.0
Parameters
popup Field
The popup field object.