Enumerations

The following enumerations are available globally.

  • Types of user activities on interactions stage

    See more

    Declaration

    Objective-C

    enum LCInteractionsType : NSUInteger {}

    Swift

    enum LCInteractionsType : UInt, @unchecked Sendable
  • Status of interactions wizard (LCWizard)

    See more

    Declaration

    Objective-C

    enum LCWizardStatus : NSUInteger {}

    Swift

    enum LCWizardStatus : UInt, @unchecked Sendable
  • State of LCStep

    See more

    Declaration

    Objective-C

    enum LCStepState : NSUInteger {}

    Swift

    enum LCStepState : UInt, @unchecked Sendable
  • Liveness type.

    See more

    Declaration

    Objective-C

    enum LivenessType : NSUInteger {}

    Swift

    enum LivenessType : UInt, @unchecked Sendable
  • List of error codes of the LunaCore module.

    See more

    Declaration

    Objective-C

    enum BestShotError : NSInteger {}

    Swift

    enum BestShotError : Int, @unchecked Sendable