LMFaceDetectionViewProtocol

public protocol LMFaceDetectionViewProtocol : UIView

Base protocol for face detection view

  • Triggered when a face is detected

    Declaration

    Swift

    func switchToPositiveState()
  • Triggered when a face is not detected or an error happens

    Declaration

    Swift

    func switchToNegativeState()