202203204205206207208209210211212
_scannerScreen.setOpticalZoom(opticalZoom); } // Push view finder screen onto the display stack UiApplication.getUiApplication().pushScreen(_scannerScreen); // Begin the scanning process _scannerScreen.startScan(); } });