CardScanMessages class

Texts and labels displayed in UI in some scenarios of the scanning process.

See more: https://docs.cardscan.ai/ui-components/customization#message-customization

Constructors

CardScanMessages({String? autoCaptureTitle, String? manualCaptureTitle, String? processingTitle, String? frontSideCompletedTitle, String? completedTitle, String? retryTitle, String? errorTitle, String? cameraErrorTitle})
const

Properties

autoCaptureTitle String?
Message displayed when scanner is waiting for card detection.
final
cameraErrorTitle String?
Message shown when camera is not available for CardScan.
final
completedTitle String?
Message shown when scanning process has been completed.
final
errorTitle String?
Message shown when CardScan setup failed.
final
frontSideCompletedTitle String?
Feedback message shown when scanning for both sides of card is enabled.
final
hashCode int
The hash code for this object.
no setterinherited
manualCaptureTitle String?
Message displayed near camera button when manual scanning is enabled.
final
processingTitle String?
Message displayed during scan process.
final
retryTitle String?
Message shown when scanning process failed.
final
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
toJson() Map<String, dynamic>
Shapes object into a Map format
toString() String
A string representation of this object.
inherited

Operators

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