Contact

class Contact

A contact is the end-user who is receiving the email.

Types

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

Properties

Link copied to clipboard

The contact's email address.

Link copied to clipboard

A timestamp noting the last time the contact's information was updated.

Link copied to clipboard

The default topic preferences applied to the contact.

Link copied to clipboard

The contact's preference for being opted-in to or opted-out of a topic.

Link copied to clipboard

A boolean value status noting if the contact is unsubscribed from all contact list topics.

Functions

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