HVBarcodeScanUIStrings class

UI strings for the barcode scanning UI.

Use the HVBarcodeScanUIStrings class to provide custom text for the barcode scanning user interface. You can customize various strings such as capture titles, descriptions, instructions, and skip text.

Constructors

HVBarcodeScanUIStrings({String? barcodeInstructionsTitle, String? barcodeInstructionsDescription, String? barcodeInstructionsProceed, String? barcodeCaptureTitle, String? barcodeCaptureDescription, String? barcodeCaptureSubText, String? barcodeCaptureSkip, String? barcodeCaptureCameraAccessTitle, String? barcodeCaptureCameraAccessDescription, String? barcodeCaptureCameraAccessButton})
Creates an instance of HVBarcodeScanUIStrings.

Properties

barcodeCaptureCameraAccessButton String?
The barcodeCaptureCameraAccessButton
final
barcodeCaptureCameraAccessDescription String?
The barcodeCaptureCameraAccessDescription
final
barcodeCaptureCameraAccessTitle String?
The barcodeCaptureCameraAccessTitle
final
barcodeCaptureDescription String?
The description text displayed in the barcode scanning UI.
final
barcodeCaptureSkip String?
The text displayed for the "skip" option in the barcode scanning UI.
final
barcodeCaptureSubText String?
The subtext displayed in the barcode scanning UI.
final
barcodeCaptureTitle String?
The title text displayed in the barcode scanning UI.
final
barcodeInstructionsDescription String?
The description text displayed in the barcode scanning instructions UI.
final
barcodeInstructionsProceed String?
The text displayed for the "proceed" instruction in the barcode scanning UI.
final
barcodeInstructionsTitle String?
The title text displayed in the barcode scanning instructions UI.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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

Operators

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

Static Methods

fromMap(Map uiStrings) HVBarcodeScanUIStrings
Creates an instance of HVBarcodeScanUIStrings from a map.