Enumerations

The following enumerations are available globally.

  • List of error codes of the LunaCore module.

    See more

    Declaration

    Objective-C

    enum BestShotError : NSInteger {}

    Swift

    enum BestShotError : Int, @unchecked Sendable
  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSUInteger, LCLunaConfigurationImageType) {
        LCLunaConfigurationImageTypePNG,
        LCLunaConfigurationImageTypeJPEG
    }

    Swift

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

    See more

    Declaration

    Objective-C

    enum LivenessType : NSUInteger {}

    Swift

    enum LivenessType : UInt, @unchecked Sendable