Barcode AR View Settings
Defined in package com.scandit.datacapture.barcode.ar.ui
- BarcodeArViewSettings
class BarcodeArViewSettingsAdded in version 7.1.0
- BarcodeArViewSettings()
BarcodeArViewSettings()Added in version 7.1.0
Constructs a new Barcode AR view settings to use when creating an instance of BarcodeArView.
- soundEnabled
booleangetSoundEnabled()voidsetSoundEnabled(booleanvalue)Added in version 7.1.0
Indicates whether the feedback should have sound enabled.
Default is true.
- hapticEnabled
booleangetHapticEnabled()voidsetHapticEnabled(booleanvalue)Added in version 7.1.0
Indicates whether the feedback should have haptics enabled.
Default is true.
- defaultCameraPosition
CameraPosition getDefaultCameraPosition()
voidsetDefaultCameraPosition(CameraPosition value)Added in version 7.1.0
Sets the default camera position.
Default is CameraPosition.WORLD_FACING.