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?>?)
constructor(names: Array<String?>?, phoneNumbers: Array<String?>?, phoneTypes: Array<String?>?, emails: Array<String?>?, emailTypes: Array<String?>?, addresses: Array<String?>?, addressTypes: Array<String?>?)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun getDisplayResult(): String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getGeo(): Array<String?>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun getNote(): String?
Link copied to clipboard
fun getOrg(): String?
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
Link copied to clipboard
Link copied to clipboard
fun getURLs(): Array<String?>?
Link copied to clipboard
open override fun toString(): String