resumeCapture()
(Legacy)
Use this function to continue a scanning session.
None.
A Promise object that resolves as a Barcode
with the scanned barcode details.
A rejected promise returns a BarcodeScannerFailure
.
This function reuses an existing scanning session created by beginCapture()
.
resumeCapture()
behaves like beginCapture()
in all other respects.
See Also