PackageSmsHttp
Classpublic class SmsHttpEvent
InheritanceSmsHttpEvent Inheritance flash.events.Event

An event for handling responses from the server, after a request is sent this event is dispatched when the response is received.



Public Properties
 PropertyDefined by
  Result : SmsHttpResult
Gets the results of the request this response is originated.
SmsHttpEvent
Public Methods
 MethodDefined by
  
SmsHttpEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)
An event for handling responses from the server, after a request is sent this event is dispatched when the response is received.
SmsHttpEvent
  
clone():Event
SmsHttpEvent
  
toString():String
SmsHttpEvent
Public Constants
 ConstantDefined by
  CREATECONTACT : String = "CreateContact"
[static]
SmsHttpEvent
  DELETECONTACT : String = "DeleteContact"
[static]
SmsHttpEvent
  DELETESMS : String = "DeleteSMS"
[static]
SmsHttpEvent
  GETBALANCE : String = "GetBalance"
[static]
SmsHttpEvent
  GETCONTACTS : String = "GetContacts"
[static]
SmsHttpEvent
  GETDELIVERIES : String = "GetDeliveries"
[static]
SmsHttpEvent
  GETMSGCREDITCOST : String = "GetMsgCreditCost"
[static]
SmsHttpEvent
  SENDSMS : String = "SendSMS"
[static]
SmsHttpEvent
Property detail
Resultproperty
Result:SmsHttpResult  [read-write]

Gets the results of the request this response is originated.

Implementation
    public function get Result():SmsHttpResult
    public function set Result(value:SmsHttpResult):void
Constructor detail
SmsHttpEvent()constructor
public function SmsHttpEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false)

An event for handling responses from the server, after a request is sent this event is dispatched when the response is received.

Parameters
type:String
 
bubbles:Boolean (default = false)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
toString()method 
public override function toString():String

Returns
String
Constant detail
CREATECONTACTconstant
public static const CREATECONTACT:String = "CreateContact"
DELETECONTACTconstant 
public static const DELETECONTACT:String = "DeleteContact"
DELETESMSconstant 
public static const DELETESMS:String = "DeleteSMS"
GETBALANCEconstant 
public static const GETBALANCE:String = "GetBalance"
GETCONTACTSconstant 
public static const GETCONTACTS:String = "GetContacts"
GETDELIVERIESconstant 
public static const GETDELIVERIES:String = "GetDeliveries"
GETMSGCREDITCOSTconstant 
public static const GETMSGCREDITCOST:String = "GetMsgCreditCost"
SENDSMSconstant 
public static const SENDSMS:String = "SendSMS"