Protocols
The following protocols are available globally.
-
Delegate of the best shot detector.
See moreDeclaration
Objective-C
@protocol LCBestShotDelegate <NSObject>
Swift
protocol LCBestShotDelegate : NSObjectProtocol
-
Protocol which describes public API to access common recognition functionality
See moreDeclaration
Objective-C
@protocol LCLunaIDServiceProtocol <NSObject>
Swift
protocol LCLunaIDServiceProtocol : NSObjectProtocol
-
Common protocol which declares the API in case you want to develop your own interaction step
See moreDeclaration
Objective-C
@protocol LCStepConfigProtocol <NSObject>
Swift
protocol LCStepConfigProtocol : NSObjectProtocol
-
Interface of the best shot detector.
See moreDeclaration
Objective-C
@protocol LCBestShotDetectorProtocol <NSObject>
Swift
protocol LCBestShotDetectorProtocol : NSObjectProtocol
-
Interface of the object which checks Liveness.
See moreDeclaration
Objective-C
@protocol LCOnlineLivenessProtocol <NSObject>
Swift
protocol LCOnlineLivenessProtocol : NSObjectProtocol