Differences between startScan() and scan() #62
-
Hello, I am wondering what the differences are between startScan() and scan() and why the need for both? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
robingenz
Jul 29, 2023
Replies: 1 comment 2 replies
-
Please take a look at the documentation.
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
robingenz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please take a look at the documentation.
startScan(...)
starts the scan and returns detected barcodes via thebarcodeScanned
listener. Multiple barcodes can be scanned in one session.scan(...)
scans a barcode with a ready-to-use interface which means you don't need any WebView customization. The scanned barcode is returned as the result of the method.