| Package | SmsHttp |
| Class | public class SmsHttpResult |
SmsHttpEvent.
| Property | Defined by | ||
|---|---|---|---|
| contacts_ : Array | SmsHttpResult | ||
| Contacts : Array [read-only]
Array of contacts for this result, if any.
| SmsHttpResult | ||
| CreditsLeft : int [read-only]
Amount of credits at the current time the response was sent.
| SmsHttpResult | ||
| CreditsLeftToday : int [read-only]
Amount of credits left limited by day.
| SmsHttpResult | ||
| ErrorCode : int [read-only]
Specific code describing the result.
| SmsHttpResult | ||
| ErrorDescription : String [read-only]
Readable representation of the errorcode.
| SmsHttpResult | ||
| messages_ : Array | SmsHttpResult | ||
| Messages : Array [read-only]
Array of messages for this result, if any.
| SmsHttpResult | ||
| Tel : String [read-only]
Corresponding phonenumber for the request.
| SmsHttpResult | ||
| Method | Defined by | ||
|---|---|---|---|
|
SmsHttpResult(errorcode:int, errordescription:String, tel:String, creditsleft:int, creditslefttoday:int)
Container for values returned by teh server as a response to a previously sent request.
| SmsHttpResult | ||
|
toString():String
| SmsHttpResult | ||
| contacts_ | property |
public var contacts_:Array
| Contacts | property |
Contacts:Array [read-only]Array of contacts for this result, if any.
Implementation public function get Contacts():Array
See also
| CreditsLeft | property |
CreditsLeft:int [read-only]Amount of credits at the current time the response was sent.
Implementation public function get CreditsLeft():int
| CreditsLeftToday | property |
CreditsLeftToday:int [read-only]Amount of credits left limited by day.
Implementation public function get CreditsLeftToday():int
| ErrorCode | property |
ErrorCode:int [read-only]Specific code describing the result.
Implementation public function get ErrorCode():int
See also
| ErrorDescription | property |
ErrorDescription:String [read-only]Readable representation of the errorcode.
Implementation public function get ErrorDescription():String
| messages_ | property |
public var messages_:Array
| Messages | property |
Messages:Array [read-only]Array of messages for this result, if any.
Implementation public function get Messages():Array
See also
| Tel | property |
Tel:String [read-only]Corresponding phonenumber for the request.
Implementation public function get Tel():String
| SmsHttpResult | () | constructor |
public function SmsHttpResult(errorcode:int, errordescription:String, tel:String, creditsleft:int, creditslefttoday:int)Container for values returned by teh server as a response to a previously sent request.
Parameterserrorcode:int — Specific code describing the result.
|
|
errordescription:String — Readable representation of the errorcode.
|
|
tel:String — Corresponding phonenumber for the request.
|
|
creditsleft:int — Amount of credits at the current time the response was sent.
|
|
creditslefttoday:int — Amount of credits left limited by day.
|
| toString | () | method |
public function toString():String
Returns
String |