AWSConnectNotificationDeliveryType

Objective-C

NS_ENUM(NSInteger, AWSConnectNotificationDeliveryType) {
    AWSConnectNotificationDeliveryTypeUnknown,
    AWSConnectNotificationDeliveryTypeEmail,
}

Swift

enum AWSConnectNotificationDeliveryType : Int, @unchecked Sendable

Undocumented