Phone number info.
| @interface | Barcode.Phone.FormatType | Phone number format type constants. | |
| int | TYPE_FAX | Fax machine. |
| int | TYPE_HOME | Home phone. |
| int | TYPE_MOBILE | Mobile phone. |
| int | TYPE_UNKNOWN | Unknown phone type. |
| int | TYPE_WORK | Work phone. |
| String |
getNumber()
Gets phone number.
|
| int |
getType()
Gets type of the phone number.
|
Fax machine.
Home phone.
Mobile phone.
Unknown phone type.
Work phone.
Gets phone number.
Returns null if not available.
Gets type of the phone number.
See also
Barcode.Phone.FormatType.