NotificationType
public enum NotificationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case bounce = "Bounce"
-
Undocumented
Declaration
Swift
case complaint = "Complaint"
-
Undocumented
Declaration
Swift
case delivery = "Delivery"
-
Declaration
Swift
public var description: String { get }