allowHapticFeedback property

bool allowHapticFeedback
getter/setter pair

Determines whether haptic feedback is played for scanning-related events.

When enabled, haptic responses are generated during scanning activities, such as detection updates or user interactions (e.g., toggling the flashlight). When disabled, no haptic feedback is produced.

Default: true

Implementation

bool allowHapticFeedback = true;