DocumentsCaptureCustomize

constructor(tryAgainCustomize: TryAgainCustomize = TryAgainCustomize( topAppBarCustomize = TopAppBarCustomize(), buttonCustomize = ButtonCustomize( textRes = R.string.alviere_sdk_payments_try_again_error_button_text, ), errorMessageRes = R.string.alviere_sdk_payments_try_again_error_message, ), loadingCustomize: LoadingCustomize = LoadingCustomize( messageRes = R.string.alviere_sdk_payments_loading_message, ), @StringRes checkFrontTitle: Int = R.string.alviere_sdk_payments_documents_title_check_deposit_front, @StringRes checkBackTitle: Int = R.string.alviere_sdk_payments_documents_title_check_deposit_back, @StringRes previewTitle: Int = R.string.alviere_sdk_payments_documents_title_preview, @StringRes steps: Int = R.string.alviere_sdk_payments_documents_step, @StringRes retake: Int = R.string.alviere_sdk_payments_documents_retake, @StringRes acceptPhoto: Int = R.string.alviere_sdk_payments_documents_accept_photo, @StringRes looksGood: Int = R.string.alviere_sdk_payments_documents_is_photo_ok, @StringRes success: Int = R.string.alviere_sdk_payments_documents_success, @StringRes switchManual: Int = R.string.alviere_sdk_payments_documents_switch_manual, @StringRes hintTooDark: Int = R.string.alviere_sdk_payments_capture_hint_too_dark, @StringRes hintTooBright: Int = R.string.alviere_sdk_payments_capture_hint_too_bright, @StringRes hintHoldStill: Int = R.string.alviere_sdk_payments_capture_hint_hold_still, @StringRes hintTooFar: Int = R.string.alviere_sdk_payments_capture_hint_too_far, @StringRes hintTooClose: Int = R.string.alviere_sdk_payments_capture_hint_too_close, @StringRes hintReduceGlare: Int = R.string.alviere_sdk_payments_capture_hint_reduce_glare, @StringRes hintUsePlainBackground: Int = R.string.alviere_sdk_payments_capture_hint_use_plain_background, @StringRes hintUseDarkBackground: Int = R.string.alviere_sdk_payments_capture_hint_use_dark_background, @StringRes hintWrongDocumentCheckFront: Int = R.string.alviere_sdk_payments_capture_hint_wrong_check_front, @StringRes hintWrongDocumentCheckBack: Int = R.string.alviere_sdk_payments_capture_hint_wrong_check_back, @StringRes hintNotFound: Int = R.string.alviere_sdk_payments_capture_hint_not_found, @StringRes hintMrzNotFound: Int = R.string.alviere_sdk_payments_capture_hint_mrz_not_found, @StringRes hintPressManualButton: Int = R.string.alviere_sdk_payments_capture_hint_press_manual_button, @StringRes hintStraighten: Int = R.string.alviere_sdk_payments_capture_hint_straighten, titleTextStyle: TextStyle = alviereTitleXLRegular, hintTextStyle: TextStyle = alviereTitleSRegular, successCaptureTextStyle: TextStyle = alviereTitleSRegular, stepsTextStyle: TextStyle = alviereTitleSRegular, acceptCaptureTitleTextStyle: TextStyle = alviereTitleXLRegular, acceptCaptureOptionTextStyle: TextStyle = alviereTitleMRegular, closeIcon: ImageVector = Icons.Outlined.Close, torchEnableIcon: ImageVector = Icons.Filled.WbSunny, torchDisableIcon: ImageVector = Icons.Outlined.WbSunny, cameraPreviewTimeoutMs: Long, manualAcceptancePreview: Boolean = true, forceManualCapture: Boolean = false)