Package | com.esri.tracking.connector.events |
Class | public class ConnectEvent |
Inheritance | ConnectEvent ![]() |
Property | Defined By | ||
---|---|---|---|
errorMessage : String [read-only]
The error message from a failed request. | ConnectEvent | ||
succeeded : Boolean [read-only]
Indicates whether the request was successful or not. | ConnectEvent |
Method | Defined By | ||
---|---|---|---|
ConnectEvent(type:String, succeeded:Boolean, errorMessage:String = null)
The constructor. | ConnectEvent |
Constant | Defined By | ||
---|---|---|---|
CONNECT_RESPONSE : String = connectResponse [static]
Defines the value of the type property of an connectResponse
event. | ConnectEvent |
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
ConnectEvent | () | Constructor |
public function ConnectEvent(type:String, succeeded:Boolean, errorMessage:String = null)
The constructor.
Parameterstype:String — The type of event.
| |
succeeded:Boolean — Indicates success or failure.
| |
errorMessage:String (default = null ) — Error message from a failed request.
|
CONNECT_RESPONSE | Constant |
public static const CONNECT_RESPONSE:String = connectResponse
Defines the value of the type
property of an connectResponse
event.