ArOverlayFindAndPickConfiguration

data class ArOverlayFindAndPickConfiguration(var visible: Boolean = false, var automaticSelectionEnabled: Boolean = true, var polygon: FindAndPickArOverlayPolygonConfiguration = FindAndPickArOverlayPolygonConfiguration( ), var badge: FindAndPickBadgeConfiguration = FindAndPickBadgeConfiguration( ))

Configuration of the AR overlay.

Constructors

Link copied to clipboard
constructor(source: Map<String, Any?>)
constructor(json: JsonObject)
constructor(visible: Boolean = false, automaticSelectionEnabled: Boolean = true, polygon: FindAndPickArOverlayPolygonConfiguration = FindAndPickArOverlayPolygonConfiguration( ), badge: FindAndPickBadgeConfiguration = FindAndPickBadgeConfiguration( ))

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

If enabled, the scanner will always immediately scan a barcode in the viewfinder or the camera view. The overlay will mark the scanned barcodes and stays above them. Default is true

Link copied to clipboard

Configuration of the round badge on find and pick ar layer.

Link copied to clipboard

Configuration of the overlay polygon displayed on top of a barcode in the camera preview.

Link copied to clipboard

Control the visibility of the user guidance. Default is false

Functions

Link copied to clipboard
fun toJson(): JsonObject