# Print output for @column tags ?>
public
static
final
class
ScannerIntent.Request.Options
extends Object
| java.lang.Object | |
| ↳ | com.vuzix.sdk.barcode.ScannerIntent.Request.Options |
Options that can customize the behavior of the scanner
Fields | |
|---|---|
public
String |
cameraId
Identify the camera to use. |
public
boolean |
enablePreview
True to enable the preview. |
public
boolean |
handleInternally
Opens the system scanner and handle the result internally. |
public
boolean |
remainOpenAfterScan
If |
Public constructors | |
|---|---|
Options()
|
|
public String cameraId
Identify the camera to use. This is useful when external cameras are present.
public boolean enablePreview
True to enable the preview. This is useful on transparent displays to remove the preview.
public boolean handleInternally
Opens the system scanner and handle the result internally. This is useful for creating a simple UI to scan a Wi-Fi network QR code.
public boolean remainOpenAfterScan
If handleInternally is set, remains open for multiple scans
instead of returning after a single scan.
public Options ()