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.

    See more

    Declaration

    Swift

    public enum UnsealedBlockedAddressStatus
  • The action to take on incoming messages from the blocked address

    See more

    Declaration

    Swift

    public enum BlockedAddressAction
  • 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 action to take on incoming messages from the blocked address

    Declaration

    Swift

    public var action: BlockedAddressAction
  • 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
  • The id of the email address for which the blocked address is blocked. If not present, blocked address cannot send to any of owner’s addresses.

    Declaration

    Swift

    public var emailAddressId: String?