AWSConnectIntegrationType
Objective-C
NS_ENUM(NSInteger, AWSConnectIntegrationType) {
AWSConnectIntegrationTypeUnknown,
AWSConnectIntegrationTypeEvent,
}
Swift
enum AWSConnectIntegrationType : Int
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectIntegrationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSConnectIntegrationTypeEvent
Swift
case event = 1