HealthInsuranceCardScannerJsonConfiguration class
- Implementers
- Annotations
-
- @JsonSerializable(includeIfNull: false, createFactory: false, explicitToJson: true)
Constructors
- HealthInsuranceCardScannerJsonConfiguration({String? version, String? screen, CameraModule? cameraModule, Color? cameraOverlayColor, String? cancelButtonTitle, bool? cancelButtonHidden, String? detectionStatusFailedDetectionText, String? detectionStatusFailedValidationText, String? detectionStatusSuccessText, String? enableCameraButtonTitle, String? enableCameraExplanationText, Color? finderLineColor, double? finderLineWidth, String? finderTextHint, Color? finderTextHintColor, bool? flashButtonHidden, String? flashButtonTitle, bool? flashEnabled, OrientationLockMode? orientationLockMode, Color? topBarBackgroundColor, Color? topBarButtonsActiveColor, Color? topBarButtonsInactiveColor, bool? useButtonsAllCaps, bool? replaceCancelButtonWithIcon, CameraPreviewMode? cameraPreviewMode, bool? touchToFocusEnabled})
Properties
- cameraModule ↔ CameraModule?
-
The preferred camera module (default - BACK)
read / write
- cameraOverlayColor ↔ Color?
-
Background color outside of the finder window.
read / write
- cameraPreviewMode ↔ CameraPreviewMode?
-
Preview mode of the camera. FILL_IN or FIT_IN. Default is FILL_IN. Android only
read / write
- cancelButtonHidden ↔ bool?
-
Whether the cancel button is hidden or not. iOS only.
read / write
- cancelButtonTitle ↔ String?
-
Title of the cancel button.
read / write
- detectionStatusFailedDetectionText ↔ String?
-
String being displayed when health insurance card was not found.
read / write
- detectionStatusFailedValidationText ↔ String?
-
String being displayed when health insurance card was found but not recognized.
read / write
- detectionStatusSuccessText ↔ String?
-
String being displayed when health insurance card was found and recognized.
read / write
- enableCameraButtonTitle ↔ String?
-
Title of the button that opens the screen where the user can allow the usage of the camera by the app.
read / write
- enableCameraExplanationText ↔ String?
-
Text that will be displayed when the app is not allowed to use the camera, prompting the user to enable the usage of the camera.
read / write
- finderLineColor ↔ Color?
-
Foreground color of the detection overlay.
read / write
- finderLineWidth ↔ double?
-
Width of finder frame border. Default is 2.
read / write
- finderTextHint ↔ String?
-
String being displayed as description.
read / write
- finderTextHintColor ↔ Color?
-
Foreground color of the description label.
read / write
- flashButtonHidden ↔ bool?
-
Controls whether the flash toggle button is hidden or not. iOS only.
read / write
- flashButtonTitle ↔ String?
-
Title of the flash toggle button. iOS only.
read / write
- flashEnabled ↔ bool?
-
Controls whether the flash should be initially enabled. The default value is FALSE.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- orientationLockMode ↔ OrientationLockMode?
-
UI Interface orientation lock mode
read / write
- replaceCancelButtonWithIcon ↔ bool?
-
If
true
, replaces the cancel button in the top bar with a back arrow icon. The default value is FALSE. Android only.read / write - runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- screen ↔ String?
-
The configuration object should be applied for this screen
read / write
- topBarBackgroundColor ↔ Color?
-
The background color of the top toolbar.
read / write
- topBarButtonsActiveColor ↔ Color?
-
The color of all active toggle buttons in the toolbar.
read / write
- topBarButtonsInactiveColor ↔ Color?
-
The color of all inactive toggle buttons in the toolbar.
read / write
- touchToFocusEnabled ↔ bool?
-
Whether touch-to-focus is enabled on camera preview. Enabled by default. Android only.
read / write
- useButtonsAllCaps ↔ bool?
-
Controls whether buttons should use all capitals style, as defined by the Android Material Design. Defaults to TRUE. Android only.
read / write
- version ↔ String?
-
A version of the configuration object
read / write
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