Skip to content

Differences between startScan() and scan() #62

Closed Answered by robingenz
randy-johnson asked this question in Q&A
Discussion options

You must be logged in to vote

Please take a look at the documentation.

startScan(...) starts the scan and returns detected barcodes via the barcodeScanned 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.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@randy-johnson
Comment options

@robingenz
Comment options

Answer selected by robingenz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants