EmailDomain

data class EmailDomain(val domain: String, val isMaskDomain: Boolean, val metadata: Map<String, String>) : Parcelable

Representation of an email domain used in the Sudo Platform Email SDK.

Constructors

Link copied to clipboard
constructor(domain: String, isMaskDomain: Boolean, metadata: Map<String, String>)

Properties

Link copied to clipboard

String The domain name.

Link copied to clipboard

Boolean Whether the domain is a mask domain.

Link copied to clipboard

Map Metadata associated with the domain as key-value pairs.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)