ScanningConditions

Scanning conditions tracking utilities.

Provides methods to track environmental and device conditions that affect the scanning process, such as device orientation, flashlight usage, and other scanning-related state changes.

Functions

Link copied to clipboard
fun trackScreenOrientationChange(screenOrientation: ScreenOrientation, sessionNumber: Int)

Tracks device orientation changes during scanning.

Link copied to clipboard
fun trackTorchStateUpdate(torchOn: Boolean, sessionNumber: Int)

Tracks flashlight (torch) state changes during scanning.