中文
Appearance
连续扫码界面打开后,可以通过此方法主动关闭界面
无
window.BarcodeScanner.stopScan( function (response) { alert(JSON.stringify(response)); }, function (error) { alert(JSON.stringify(error)); } );