LMCameraViewControllerProtocol
public protocol LMCameraViewControllerProtocol : UIViewController
Controller’s interface with the camera viewfinder.
-
Controller’s delegate with the camera viewfinder.
Declaration
Swift
var delegate: LMCameraDelegate? { get set }
-
Luna ID SDK configuration.
Declaration
Swift
var configuration: LunaCore.LCLunaConfiguration! { get set }
-
Handler calls when controller closes
Declaration
Swift
var dismissHandler: (() -> Void)? { get set }