AWSSESNotificationType
Objective-C
NS_ENUM(NSInteger, AWSSESNotificationType) {
AWSSESNotificationTypeUnknown,
AWSSESNotificationTypeBounce,
AWSSESNotificationTypeComplaint,
AWSSESNotificationTypeDelivery,
}
Swift
enum AWSSESNotificationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeBounceSwift
case bounce = 1 -
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeComplaintSwift
case complaint = 2 -
Undocumented
Declaration
Objective-C
AWSSESNotificationTypeDeliverySwift
case delivery = 3
View on GitHub
Install in Dash
AWSSESNotificationType Enumeration Reference