MessageSettings constructor
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,
Implementation
MessageSettings(
{this.waitMessage,
this.fitTheDocumentMessage,
this.holdItMessage,
this.verifyingQualityMessage,
this.lowQualityDocumentMessage,
this.uploadingImageMessage,
this.sensorOrientationMessage,
this.sensorLuminosityMessage,
this.sensorStabilityMessage,
this.popupDocumentSubtitleMessage,
this.scanDocumentMessage,
this.getCloserMessage,
this.centralizeDocumentMessage,
this.moveAwayMessage,
this.alignDocumentMessage,
this.turnDocumentMessage,
this.documentCapturedMessage,
this.popupConfirmButtonMessage,
this.wrongDocumentTypeMessage,
this.unsupportedDocumentMessage,
this.documentNotFoundMessage});