# Print output for @column tags ?> ScannerIntent.Request.Options | Android Developers

Most visited

Recently visited

ScannerIntent.Request.Options

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

Summary

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 handleInternally is set, remains open for multiple scans instead of returning after a single scan.

Public constructors

Options()

Fields

cameraId

public String cameraId

Identify the camera to use. This is useful when external cameras are present.

enablePreview

public boolean enablePreview

True to enable the preview. This is useful on transparent displays to remove the preview.

handleInternally

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.

remainOpenAfterScan

public boolean remainOpenAfterScan

If handleInternally is set, remains open for multiple scans instead of returning after a single scan.

Public constructors

Options

public Options ()