ContactId

data class ContactId(val value: String) : Parcelable

Represents a unique identifier of a Contact. value must not be blank.

Constructors

Link copied to clipboard
fun ContactId(value: String)

Properties

Link copied to clipboard
val value: String

Functions

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

Inherited functions

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