AWSConnectParticipantConnectionType
Objective-C
NS_ENUM(NSInteger, AWSConnectParticipantConnectionType) {
AWSConnectParticipantConnectionTypeUnknown,
AWSConnectParticipantConnectionTypeWebsocket,
AWSConnectParticipantConnectionTypeConnectionCredentials,
}
Swift
enum AWSConnectParticipantConnectionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantConnectionTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSConnectParticipantConnectionTypeWebsocketSwift
case websocket = 1 -
Undocumented
Declaration
Objective-C
AWSConnectParticipantConnectionTypeConnectionCredentialsSwift
case connectionCredentials = 2
View on GitHub
Install in Dash
AWSConnectParticipantConnectionType Enumeration Reference