java.lang.Object
com.esri.arcgisruntime.arcade.ArcadeConsoleMessageEvent
Represents the result of evaluating an Arcade console message, which appeared in an Arcade script.
This event is fired when an Arcade Console Function is part of an Arcade script expression. The Arcade Console function can be used to send information like variable values at different places within an Arcade script. Use this event to view messages from an Arcade script evaluation.
- Since:
- 100.14.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the context.Gets the message.
-
Method Details
-
getContext
Gets the context.- Returns:
- the context
- Since:
- 100.14.0
-
getMessage
Gets the message.- Returns:
- the message
- Since:
- 100.14.0
-