ContactDetails

A map of string key/value pairs that contain user-defined attributes which are lightly typed within the contact. This object is used only for task contacts.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Teh description of the contact details.

Link copied to clipboard
val name: String?

The name of the contact details.

Functions

Link copied to clipboard
inline fun copy(block: ContactDetails.Builder.() -> Unit = {}): ContactDetails
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String