ContactPreference

Object that defines users contact preference.

Types

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

Properties

Link copied to clipboard

The contact type used for engagement. For example: HomePhoneNumber, PersonalEmailAddress.

Link copied to clipboard

A searchable, unique identifier of a customer profile.

Link copied to clipboard

The key value used to look up profile based off the keyName.

Link copied to clipboard

The unique identifier of a customer profile.

Functions

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