BlockedAddress

data class BlockedAddress(val createdAt: Date, val hashedBlockedValue: String, val hashAlgorithm: BlockedAddressHashAlgorithm, val owner: String, val owners: List<Owner>, val sealedValue: String, val updatedAt: Date) : Parcelable

Representation of a blocked email address used in the Sudo Platform Email SDK

Constructors

Link copied to clipboard
constructor(createdAt: Date, hashedBlockedValue: String, hashAlgorithm: BlockedAddressHashAlgorithm, owner: String, owners: List<Owner>, sealedValue: String, updatedAt: Date)

Functions

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

Properties

Link copied to clipboard

Date When the address was blocked

Link copied to clipboard
Link copied to clipboard

String The hashed value of the blocked address

Link copied to clipboard

String Identifier of the owner of the blocklist

Link copied to clipboard

List List of identifiers of the user/accounts associated with this blocklist

Link copied to clipboard

String The sealed value of the blocked address

Link copied to clipboard

Date When the block was updated