EmailEventRepresentable

public protocol EmailEventRepresentable

The EmailEventRepresentable protocol is used by a struct or class that represents an email event.

  • The email address on the event

    Declaration

    Swift

    var email: String { get }
  • The date and time the event occurred on.

    Declaration

    Swift

    var created: Date { get }