Closed thomasgalliker closed 2 months ago
If a user wants to scan all 1D barcode types or all 2D barcode types, it's quite unconfortable to pick all barcode types manually. We want to have two new, consolidated enum states in BarcodeFormat.
BarcodeFormat
BarcodeFormat.All1D
BarcodeFormat.All2D
Summary
If a user wants to scan all 1D barcode types or all 2D barcode types, it's quite unconfortable to pick all barcode types manually. We want to have two new, consolidated enum states in
BarcodeFormat
.API Changes
BarcodeFormat.All1D
BarcodeFormat.All2D
Intended Use Case