ContactData

Information related to a contact.

Types

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

Properties

Link copied to clipboard

The ARN of the contact.

Link copied to clipboard

The name of the contact to display on the console.

Link copied to clipboard

The first name of the contact, used to call the contact on the device.

Link copied to clipboard

The last name of the contact, used to call the contact on the device.

Link copied to clipboard

The phone number of the contact. The phone number type defaults to WORK. You can specify PhoneNumber or PhoneNumbers. We recommend that you use PhoneNumbers, which lets you specify the phone number type and multiple numbers.

Link copied to clipboard

The list of phone numbers for the contact.

Link copied to clipboard

The list of SIP addresses for the contact.

Functions

Link copied to clipboard
inline fun copy(block: ContactData.Builder.() -> Unit = {}): ContactData
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