Address

data class Address(val address: String, val type: AddressType) : Parcelable

Represents an address of a Contact.

Parameters

address

The address associated with this contact.

type

The type of this address.

Constructors

Link copied to clipboard
fun Address(address: String, type: AddressType)

Properties

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

Functions

Link copied to clipboard
open override fun toString(): String

address is masked when the Address is printed.

Inherited functions

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