AWSConnectParticipantTimerType
Objective-C
NS_ENUM(NSInteger, AWSConnectParticipantTimerType) {
AWSConnectParticipantTimerTypeUnknown,
AWSConnectParticipantTimerTypeIdle,
AWSConnectParticipantTimerTypeDisconnectNoncustomer,
}
Swift
enum AWSConnectParticipantTimerType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantTimerTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSConnectParticipantTimerTypeIdleSwift
case idle = 1 -
Undocumented
Declaration
Objective-C
AWSConnectParticipantTimerTypeDisconnectNoncustomerSwift
case disconnectNoncustomer = 2
View on GitHub
Install in Dash
AWSConnectParticipantTimerType Enumeration Reference