| Package | SmsHttp |
| Class | public class SmsHttpEvent |
| Inheritance | SmsHttpEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| Result : SmsHttpResult
Gets the results of the request this response is originated.
| SmsHttpEvent | ||
| Method | Defined 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 | ||
| Constant | Defined 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 | ||
| Result | property |
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
| 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.
Parameterstype:String |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():Event
Returns
Event |
| toString | () | method |
public override function toString():String
Returns
String |
| CREATECONTACT | constant |
public static const CREATECONTACT:String = "CreateContact"
| DELETECONTACT | constant |
public static const DELETECONTACT:String = "DeleteContact"
| DELETESMS | constant |
public static const DELETESMS:String = "DeleteSMS"
| GETBALANCE | constant |
public static const GETBALANCE:String = "GetBalance"
| GETCONTACTS | constant |
public static const GETCONTACTS:String = "GetContacts"
| GETDELIVERIES | constant |
public static const GETDELIVERIES:String = "GetDeliveries"
| GETMSGCREDITCOST | constant |
public static const GETMSGCREDITCOST:String = "GetMsgCreditCost"
| SENDSMS | constant |
public static const SENDSMS:String = "SendSMS"