HVDocCaptureUIStrings constructor

HVDocCaptureUIStrings({
  1. String? docInstructionsTitle,
  2. String? docInstructionsDescription,
  3. String? docInstructionsProceed,
  4. String? docInstructionsUploadButton,
  5. String? docCaptureTitle,
  6. String? docCaptureDescription,
  7. String? docCaptureSubText,
  8. String? docCaptureScanningBarcode,
  9. String? docCaptureBarcodeScanned,
  10. String? docCaptureDocFound,
  11. String? docCaptureDocNotFound,
  12. String? docCaptureMoveCloser,
  13. String? docCaptureMoveAwayFromCamera,
  14. String? docCaptureMoveAwayFromEdge,
  15. String? docCaptureAutoCaptureWait,
  16. String? docCaptureAutoCaptureError,
  17. String? docCaptureCameraAccessTitle,
  18. String? docCaptureCameraAccessDescription,
  19. String? docCaptureCameraAccessButton,
  20. String? docReviewTitle,
  21. String? docReviewDescription,
  22. String? docReviewContinueButton,
  23. String? docReviewRetakeButton,
  24. String? docLoaderTitle,
  25. String? docLoaderDescription,
  26. String? docRetakeTitle,
  27. String? docRetakeButton,
})

Constructs a new HVDocCaptureUIStrings object with the specified UI strings.

Implementation

HVDocCaptureUIStrings({
  this.docInstructionsTitle,
  this.docInstructionsDescription,
  this.docInstructionsProceed,
  this.docInstructionsUploadButton,
  this.docCaptureTitle,
  this.docCaptureDescription,
  this.docCaptureSubText,
  this.docCaptureScanningBarcode,
  this.docCaptureBarcodeScanned,
  this.docCaptureDocFound,
  this.docCaptureDocNotFound,
  this.docCaptureMoveCloser,
  this.docCaptureMoveAwayFromCamera,
  this.docCaptureMoveAwayFromEdge,
  this.docCaptureAutoCaptureWait,
  this.docCaptureAutoCaptureError,
  this.docCaptureCameraAccessTitle,
  this.docCaptureCameraAccessDescription,
  this.docCaptureCameraAccessButton,
  this.docReviewTitle,
  this.docReviewDescription,
  this.docReviewContinueButton,
  this.docReviewRetakeButton,
  this.docLoaderTitle,
  this.docLoaderDescription,
  this.docRetakeTitle,
  this.docRetakeButton,
});