EMOcraChallengeQuestionFormat
Objective-C
enum EMOcraChallengeQuestionFormat : NSInteger {}
Swift
enum EMOcraChallengeQuestionFormat : Int, @unchecked Sendable
Supported challenge question formats for Ocra
-
Alphanumeric
Declaration
Objective-C
EMOcraChallengeQuestionFormatAlphanumericSwift
case alphanumeric = 0 -
Numeric
Declaration
Objective-C
EMOcraChallengeQuestionFormatNumericSwift
case numeric = 1 -
Hexadecimal
Declaration
Objective-C
EMOcraChallengeQuestionFormatHexadecimalSwift
case hexadecimal = 2
EMOcraChallengeQuestionFormat Enumeration Reference