BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle constructor
BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle(
- BarcodeCapture barcodeCapture,
- DataCaptureView? view,
- BarcodeCaptureOverlayStyle style
Implementation
BarcodeCaptureOverlay.withBarcodeCaptureForViewWithStyle(
BarcodeCapture barcodeCapture, DataCaptureView? view, BarcodeCaptureOverlayStyle style)
: this._(barcodeCapture, view, style);