MessageSettings class
Constructors
- MessageSettings({String? waitMessage, String? fitTheDocumentMessage, String? holdItMessage, String? verifyingQualityMessage, String? lowQualityDocumentMessage, String? uploadingImageMessage, String? sensorOrientationMessage, String? sensorLuminosityMessage, String? sensorStabilityMessage, String? popupDocumentSubtitleMessage, String? scanDocumentMessage, String? getCloserMessage, String? centralizeDocumentMessage, String? moveAwayMessage, String? alignDocumentMessage, String? turnDocumentMessage, String? documentCapturedMessage, String? popupConfirmButtonMessage, String? wrongDocumentTypeMessage, String? unsupportedDocumentMessage, String? documentNotFoundMessage})
Properties
- alignDocumentMessage ↔ String?
-
Message displayed to prompt the user to align the document within
the camera frame.
getter/setter pair
- centralizeDocumentMessage ↔ String?
-
Message displayed to prompt the user to center the document within
the camera frame.
getter/setter pair
- documentCapturedMessage ↔ String?
-
Message displayed to notify that the document has been
successfully captured.
getter/setter pair
- documentNotFoundMessage ↔ String?
-
Only for Android
getter/setter pair - fitTheDocumentMessage ↔ String?
-
Message advising to fit the document to the markup.
getter/setter pair
- getCloserMessage ↔ String?
-
Message displayed to prompt the user to bring the camera closer to
the document.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- holdItMessage ↔ String?
-
Only for Android
getter/setter pair - lowQualityDocumentMessage ↔ String?
-
Message displayed when the capture quality is low.
getter/setter pair
- moveAwayMessage ↔ String?
-
Message displayed to prompt the user to move the camera farther
away from the document.
getter/setter pair
- popupConfirmButtonMessage ↔ String?
-
Only for Android
getter/setter pair - popupDocumentSubtitleMessage ↔ String?
-
Message displayed in the instructional popup, providing guidelines
on how to achieve the best document capture.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- scanDocumentMessage ↔ String?
-
Message displayed to request a document to be present on the camera.
getter/setter pair
- sensorLuminosityMessage ↔ String?
-
Message displayed when the ambient brightness is lower than expected.
getter/setter pair
- sensorOrientationMessage ↔ String?
-
Message displayed when the device orientation is wrong.
getter/setter pair
- sensorStabilityMessage ↔ String?
-
Message displayed when the device stability parameter
indicates excessive swaying.
getter/setter pair
- turnDocumentMessage ↔ String?
-
Message displayed to prompt the user to rotate the document 90 degrees.
getter/setter pair
- unsupportedDocumentMessage ↔ String?
-
Only for Android
getter/setter pair - uploadingImageMessage ↔ String?
-
Message displayed when the capture is being uploaded on the servers.
getter/setter pair
- verifyingQualityMessage ↔ String?
-
Message displayed when it is verifying the capture quality.
getter/setter pair
- waitMessage ↔ String?
-
Message displayed in the opening process.
getter/setter pair
- wrongDocumentTypeMessage ↔ String?
-
Only for Android
getter/setter pair
Methods
-
asMap(
) → Map -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited