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 = "renderingFailure" -
Declaration
Swift
public var description: String { get }
View on GitHub
EventType Enumeration Reference