CameraUIController
public protocol CameraUIController : UIViewController
                Controller’s interface with the camera viewfinder.
- 
                  
                  
Controller’s delegate with the camera viewfinder.
Declaration
Swift
var delegate: CameraUIDelegate? { get set } - 
                  
                  
Luna ID SDK configuration.
Declaration
Swift
var configuration: LunaCore.LCLunaConfiguration! { get set } - 
                  
                  
Undocumented
Declaration
Swift
var dismissHandler: (() -> Void)? { get set } 
        CameraUIController Protocol Reference