AWSConnectNotificationContentType
Objective-C
NS_ENUM(NSInteger, AWSConnectNotificationContentType) {
AWSConnectNotificationContentTypeUnknown,
AWSConnectNotificationContentTypePlainText,
}
Swift
enum AWSConnectNotificationContentType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectNotificationContentTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSConnectNotificationContentTypePlainTextSwift
case plainText = 1
View on GitHub
Install in Dash
AWSConnectNotificationContentType Enumeration Reference