Protocols

The following protocols are available globally.

  • Delegate of the best shot detector.

    See more

    Declaration

    Objective-C

    @protocol LCBestShotDelegate <NSObject>

    Swift

    protocol LCBestShotDelegate : NSObjectProtocol
  • Protocol which describes public API to access common recognition functionality

    See more

    Declaration

    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 more

    Declaration

    Objective-C

    @protocol LCStepConfigProtocol <NSObject>

    Swift

    protocol LCStepConfigProtocol : NSObjectProtocol
  • Interface of the best shot detector.

    See more

    Declaration

    Objective-C

    @protocol LCBestShotDetectorProtocol <NSObject>

    Swift

    protocol LCBestShotDetectorProtocol : NSObjectProtocol
  • Interface of the object which checks Liveness.

    See more

    Declaration

    Objective-C

    @protocol LCOnlineLivenessProtocol <NSObject>

    Swift

    protocol LCOnlineLivenessProtocol : NSObjectProtocol