AWSConnectParticipantTimerType
Objective-C
NS_ENUM(NSInteger, AWSConnectParticipantTimerType) {
AWSConnectParticipantTimerTypeUnknown,
AWSConnectParticipantTimerTypeIdle,
AWSConnectParticipantTimerTypeDisconnectNoncustomer,
}
Swift
enum AWSConnectParticipantTimerType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantTimerTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantTimerTypeIdle
Swift
case idle = 1
-
Undocumented
Declaration
Objective-C
AWSConnectParticipantTimerTypeDisconnectNoncustomer
Swift
case disconnectNoncustomer = 2