TypedAddress

data class TypedAddress(val address: String, val type: Int)

TypedAddress is a pair value address and a type. type shall be a value from the list provided by Android, see ContactsContract.CommonDataKinds.StructuredPostal.TYPE_HOME.

Constructors

Link copied to clipboard
fun TypedAddress(address: String, type: Int)

Properties

Link copied to clipboard
val address: String
Link copied to clipboard
val type: Int