AWSConnectNotificationContentType
Objective-C
NS_ENUM(NSInteger, AWSConnectNotificationContentType) {
AWSConnectNotificationContentTypeUnknown,
AWSConnectNotificationContentTypePlainText,
}
Swift
enum AWSConnectNotificationContentType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectNotificationContentTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSConnectNotificationContentTypePlainText
Swift
case plainText = 1