AddressBookParsedResult
class AddressBookParsedResult(names: Array<String?>?, nicknames: Array<String?>?, pronunciation: String?, phoneNumbers: Array<String?>?, phoneTypes: Array<String?>?, emails: Array<String?>?, emailTypes: Array<String?>?, instantMessenger: String?, note: String?, addresses: Array<String?>?, addressTypes: Array<String?>?, org: String?, birthday: String?, title: String?, urls: Array<String?>?, geo: Array<String?>?) : ParsedResult
Represents a parsed result that encodes contact information, like that in an address book entry.
Constructors
Link copied to clipboard
constructor(names: Array<String?>?, nicknames: Array<String?>?, pronunciation: String?, phoneNumbers: Array<String?>?, phoneTypes: Array<String?>?, emails: Array<String?>?, emailTypes: Array<String?>?, instantMessenger: String?, note: String?, addresses: Array<String?>?, addressTypes: Array<String?>?, org: String?, birthday: String?, title: String?, urls: Array<String?>?, geo: Array<String?>?)
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
In Japanese, the name is written in kanji, which can have multiple readings. Therefore a hint is often provided, called furigana, which spells the name phonetically.
Link copied to clipboard