AWSLexVoiceButtonErrorCode
Objective-C
NS_ENUM(NSInteger, AWSLexVoiceButtonErrorCode) {
AWSLexVoiceButtonErrorCodeUnknown,
AWSLexVoiceButtonErrorCodeAudioRecordingPermisionDenied
}
Swift
enum AWSLexVoiceButtonErrorCode : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSLexVoiceButtonErrorCodeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSLexVoiceButtonErrorCodeAudioRecordingPermisionDeniedSwift
case audioRecordingPermisionDenied = 1
View on GitHub
Install in Dash
AWSLexVoiceButtonErrorCode Enumeration Reference