AddressType

sealed class AddressType : Parcelable

The type of a Contact's address. customType is empty by default and can be used for Custom address types.

Types

Link copied to clipboard
data class Custom(val customType: String) : AddressType
Link copied to clipboard
object Home : AddressType
Link copied to clipboard
object Other : AddressType
Link copied to clipboard
object Work : AddressType

Properties

Link copied to clipboard
open val customType: String

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard