endCapture()
(Legacy)
Use this function to end a scanning session, close the mobile OS scanning interface, and dispose of resources.
None.
None.
After calling endCapture()
, you can call beginCapture()
on an existing or new BarcodeScanner
instance to start a new scanning session.
See Also