PhoneNumber

The phone number associated with the user.

Types

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

Properties

Link copied to clipboard

A Boolean value representing whether this is the primary phone number for the associated resource.

Link copied to clipboard
val type: String?

A string representing the type of a phone number. For example, "Mobile."

Link copied to clipboard

A string containing a phone number. For example, "8675309" or "+1 (800) 123-4567".

Functions

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