| Property | Defined by | ||
|---|---|---|---|
| Name : String [read-only]
Displayname for the contact corresponding to the phonenumber.
| SmsHttpContact | ||
| Tel : String [read-only]
Phonenumber for the contact.
| SmsHttpContact | ||
| Method | Defined by | ||
|---|---|---|---|
|
SmsHttpContact(tel:String, name:String)
Container for contactinformation.
| SmsHttpContact | ||
|
toString():String
| SmsHttpContact | ||
| Name | property |
Name:String [read-only]Displayname for the contact corresponding to the phonenumber.
Implementation public function get Name():String
| Tel | property |
Tel:String [read-only]Phonenumber for the contact.
Implementation public function get Tel():String
| SmsHttpContact | () | constructor |
public function SmsHttpContact(tel:String, name:String)Container for contactinformation.
Parameterstel:String — Phonenumber for the contact.
|
|
name:String — Custom name for the contact.
|
| toString | () | method |
public function toString():String
Returns
String |