Enumerations
The following enumerations are available globally.
-
Types of user activities on interactions stage
See moreDeclaration
Objective-C
enum LCInteractionsType : NSUInteger {}
Swift
enum LCInteractionsType : UInt, @unchecked Sendable
-
Status of interactions wizard (LCWizard)
See moreDeclaration
Objective-C
enum LCWizardStatus : NSUInteger {}
Swift
enum LCWizardStatus : UInt, @unchecked Sendable
-
State of LCStep
See moreDeclaration
Objective-C
enum LCStepState : NSUInteger {}
Swift
enum LCStepState : UInt, @unchecked Sendable
-
Liveness type.
See moreDeclaration
Objective-C
enum LivenessType : NSUInteger {}
Swift
enum LivenessType : UInt, @unchecked Sendable
-
List of error codes of the LunaCore module.
See moreDeclaration
Objective-C
enum BestShotError : NSInteger {}
Swift
enum BestShotError : Int, @unchecked Sendable