Package | com.esri.tracking.connector.events |
Class | public dynamic class SymbolEvent |
Inheritance | SymbolEvent ![]() |
Property | Defined By | ||
---|---|---|---|
errorMessage : String [read-only]
The error message from a failed request. | SymbolEvent | ||
succeeded : Boolean [read-only]
Indicates whether the request was successful or not. | SymbolEvent | ||
symbol : TmsSymbol [read-only]
The symbol returned. | SymbolEvent |
Method | Defined By | ||
---|---|---|---|
SymbolEvent(type:String, succeeded:Boolean, symbol:TmsSymbol = null, errorMessage:String = null)
The constructor. | SymbolEvent |
Constant | Defined By | ||
---|---|---|---|
SYMBOL_RESPONSE : String = symbolResponse [static]
Defines the value of the type property of an symbolResponse
event. | SymbolEvent |
errorMessage | property |
errorMessage:String
[read-only] The error message from a failed request.
public function get errorMessage():String
succeeded | property |
succeeded:Boolean
[read-only] Indicates whether the request was successful or not.
public function get succeeded():Boolean
symbol | property |
symbol:TmsSymbol
[read-only] The symbol returned.
public function get symbol():TmsSymbol
See also
SymbolEvent | () | Constructor |
public function SymbolEvent(type:String, succeeded:Boolean, symbol:TmsSymbol = null, errorMessage:String = null)
The constructor.
Parameterstype:String — The type of event.
| |
succeeded:Boolean — Indicates success or failure.
| |
symbol:TmsSymbol (default = null ) — The symbol returned.
| |
errorMessage:String (default = null ) — Error message from a failed request.
|
SYMBOL_RESPONSE | Constant |
public static const SYMBOL_RESPONSE:String = symbolResponse
Defines the value of the type
property of an symbolResponse
event.