AWSSESNotificationType
Objective-C
NS_ENUM(NSInteger, AWSSESNotificationType) {
AWSSESNotificationTypeUnknown,
AWSSESNotificationTypeBounce,
AWSSESNotificationTypeComplaint,
AWSSESNotificationTypeDelivery,
}
Swift
enum AWSSESNotificationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeBounce
Swift
case bounce = 1
-
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeComplaint
Swift
case complaint = 2
-
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeDelivery
Swift
case delivery = 3