types property

List<BarcodeType> types
final

The types the scanner should look out for.

If a barcode type is not in this list, it will not be detected.

Implementation

final List<BarcodeType> types;