BlinkIdScanningUxSettings class

Allows customization of various aspects of the UI/UX used during the scanning process.

Annotations
  • @JsonSerializable.new()

Constructors

BlinkIdScanningUxSettings({bool allowHapticFeedback = true, bool showHelpButton = true, bool showOnboardingDialog = true, PreferredCamera preferredCamera = PreferredCamera.back})
BlinkIdScanningUxSettings.fromJson(Map<String, dynamic> json)
factory

Properties

allowHapticFeedback bool
Determines whether haptic feedback is played for scanning-related events.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
preferredCamera PreferredCamera
The preferred camera position to use when capturing document. This value represents the user’s choice of front or back camera.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showHelpButton bool
A boolean indicating whether to show a help button and enable help screens during the scanning session.
getter/setter pair
showOnboardingDialog bool
A boolean indicating whether to show an onboarding dialog at the beginning of the scanning session.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited