Package | com.esri.tracking.connector.events |
Class | public class GatewayDataEvent |
Inheritance | GatewayDataEvent ![]() |
Property | Defined By | ||
---|---|---|---|
errorMessage : String [read-only]
The error message from a failed request. | GatewayDataEvent | ||
gatewayData : GatewayData [read-only]
The gateway data received. | GatewayDataEvent | ||
succeeded : Boolean [read-only]
Indicates whether the request was successful or not. | GatewayDataEvent |
Method | Defined By | ||
---|---|---|---|
GatewayDataEvent(type:String, gatewayData:GatewayData, succeeded:Boolean, errorMessage:String = null)
The constructor. | GatewayDataEvent |
Constant | Defined By | ||
---|---|---|---|
GATEWAY_DATA_RECEIVED : String = gatewayDataReceived [static]
Defines the value of the type property of an gatewayDataReceived
event. | GatewayDataEvent |
errorMessage | property |
errorMessage:String
[read-only] The error message from a failed request.
public function get errorMessage():String
gatewayData | property |
gatewayData:GatewayData
[read-only] The gateway data received.
public function get gatewayData():GatewayData
See also
succeeded | property |
succeeded:Boolean
[read-only] Indicates whether the request was successful or not.
public function get succeeded():Boolean
GatewayDataEvent | () | Constructor |
public function GatewayDataEvent(type:String, gatewayData:GatewayData, succeeded:Boolean, errorMessage:String = null)
The constructor.
Parameterstype:String — The type of event.
| |
gatewayData:GatewayData — The gateway data returned.
| |
succeeded:Boolean | |
errorMessage:String (default = null )
|
GATEWAY_DATA_RECEIVED | Constant |
public static const GATEWAY_DATA_RECEIVED:String = gatewayDataReceived
Defines the value of the type
property of an gatewayDataReceived
event.