EmailAddressPublicInfo

data class EmailAddressPublicInfo(val emailAddress: String, val keyId: String, val publicKey: String) : Parcelable

Representation of public information for an email address in the Sudo Platform Email SDK.

Constructors

Link copied to clipboard
constructor(emailAddress: String, keyId: String, publicKey: String)

Properties

Link copied to clipboard

String The email address in format 'local-part@domain'.

Link copied to clipboard

String Identifier associated with the public key.

Link copied to clipboard

String The raw value of the public key for the email address.

Functions

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