DSCaptureMode
@objc
public enum DSCaptureMode : Int
An enum that tells the scan handler how to perform the capture.
Discussion
Setting this mode changes the behavior of the scan based on the set type. For example a scan type of Manual requries the user or developer to tell the scan handler when to capture the image.
-
Tells the scan handler that the capture should be performed manually by the user or a developer call to tell the handler to capture the current frame.
Declaration
Swift
case Manual
-
Tells the scan handler that the capture should be performed automatically, without the need for the user to tap the screen
Declaration
Swift
case Auto