AWSConnectNotificationContentType

Objective-C

NS_ENUM(NSInteger, AWSConnectNotificationContentType) {
    AWSConnectNotificationContentTypeUnknown,
    AWSConnectNotificationContentTypePlainText,
}

Swift

enum AWSConnectNotificationContentType : Int, @unchecked Sendable

Undocumented