PackageSmsHttp
Classpublic class SmsHttpContact

Container for contactinformation.



Public Properties
 PropertyDefined by
  Name : String
[read-only] Displayname for the contact corresponding to the phonenumber.
SmsHttpContact
  Tel : String
[read-only] Phonenumber for the contact.
SmsHttpContact
Public Methods
 MethodDefined by
  
SmsHttpContact(tel:String, name:String)
Container for contactinformation.
SmsHttpContact
  
toString():String
SmsHttpContact
Property detail
Nameproperty
Name:String  [read-only]

Displayname for the contact corresponding to the phonenumber.

Implementation
    public function get Name():String
Telproperty 
Tel:String  [read-only]

Phonenumber for the contact.

Implementation
    public function get Tel():String
Constructor detail
SmsHttpContact()constructor
public function SmsHttpContact(tel:String, name:String)

Container for contactinformation.

Parameters
tel:String — Phonenumber for the contact.
 
name:String — Custom name for the contact.
Method detail
toString()method
public function toString():String

Returns
String