EventType
public enum EventType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case send = "SEND" -
Undocumented
Declaration
Swift
case reject = "REJECT" -
Undocumented
Declaration
Swift
case bounce = "BOUNCE" -
Undocumented
Declaration
Swift
case complaint = "COMPLAINT" -
Undocumented
Declaration
Swift
case delivery = "DELIVERY" -
Undocumented
Declaration
Swift
case open = "OPEN" -
Undocumented
Declaration
Swift
case click = "CLICK" -
Undocumented
Declaration
Swift
case renderingFailure = "RENDERING_FAILURE" -
Declaration
Swift
public var description: String { get }
View on GitHub
EventType Enumeration Reference