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