UnsealedBlockedAddress

public struct UnsealedBlockedAddress

Representation of an unsealed blocked email address in Platform SDK

  • The state of the retreival and unsealing procedure of a particular blocked address If the status is ‘Failed’ there will be an error indicating the cause.

    Declaration

    Swift

    public enum UnsealedBlockedAddressStatus
  • The hashed value of the blocked address. This can be used to unblock the address in the event the unsealing failed

    Declaration

    Swift

    public var hashedBlockedValue: String
  • The plaintext address that has been blocked

    Declaration

    Swift

    public var address: String
  • The status of the retrieval and unsealing. If ‘Failed’ the address property will likely be empty, but the hashed value will be available

    Declaration

    Swift

    public var status: UnsealedBlockedAddressStatus