setSymbology

fun setSymbology(symbology: List<String>): PreviewConfig.Builder

Updates list of supported barcode types for preview scanner. Barcode types included in the list String will be supported and any of non-listed barcode types will not be returned in scan result.But whatever not in the EngineConstants will not be recognized.

Since

1.0.0

Return

the builder

See also

EngineConstants

Parameters

symbology

list of barcode types to enable detection.