ALBarcodeConfig Class Reference Inherits from NSObject Declared in ALPluginConfig.h Overview Configuration for scanning barcodes barcodeFormats Set this to filter which barcode formats should be scanned. Setting ‘ALL’ will enable scanning all supported formats. @property (nonatomic, copy) NSArray<ALBarcodeFormat*> *barcodeFormats Declared In ALPluginConfig.h consecutiveEqualResults If this option is set, allows consecutive barcode results of the same barcode when scanning continuously. @property (nonatomic, nullable, strong) NSNumber *consecutiveEqualResults Declared In ALPluginConfig.h multiBarcode Setting this to ‘true’ will enable reading multiple barcodes per frame. @property (nonatomic, nullable, strong) NSNumber *multiBarcode Declared In ALPluginConfig.h parseAAMVA If this option is set, barcodes parsed according to the AAMVA standard. This only works for PDF417 codes on driving licenses. @property (nonatomic, nullable, strong) NSNumber *parseAAMVA Declared In ALPluginConfig.h