DocumentsCustomize

data class DocumentsCustomize(val toolbarCustomize: ToolbarCustomize? = null, val loadingCustomize: LoadingCustomize? = null, val tryAgainCustomize: TryAgainCustomize? = null, val titleTv: AlviereTextViewCustomize? = null, val stepsTv: AlviereTextViewCustomize? = null, val manualCaptureTitleTv: AlviereTextViewCustomize? = null, val manualCaptureOptionsTv: AlviereTextViewCustomize? = null, @StringRes val idDocumentFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_id_document_front, @StringRes val idDocumentBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_id_document_back, @StringRes val driverLicenseFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_driver_license_front, @StringRes val driverLicenseBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_driver_license_back, @StringRes val mcDocumentFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_mc_document_front, @StringRes val mcDocumentBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_mc_document_back, @StringRes val ineDocumentFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_ine_document_front, @StringRes val ineDocumentBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_ine_document_back, @StringRes val passportTitle: Int = R.string.alviere_sdk_accounts_documents_title_passport, @StringRes val proofOfAddressTitle: Int = R.string.alviere_sdk_accounts_documents_title_proof_of_address, @StringRes val proofOfFundsTitle: Int = R.string.alviere_sdk_accounts_documents_title_proof_of_funds, @StringRes val selfieTitle: Int = R.string.alviere_sdk_accounts_documents_title_selfie, @StringRes val previewTitle: Int = R.string.alviere_sdk_accounts_documents_title_preview, @StringRes val idDocumentFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_id_document_front, @StringRes val idDocumentBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_id_document_back, @StringRes val driverLicenseFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_driver_license_front, @StringRes val driverLicenseBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_driver_license_back, @StringRes val mcDocumentFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_mc_document_front, @StringRes val mcDocumentBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_mc_document_back, @StringRes val ineDocumentFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_ine_document_front, @StringRes val ineDocumentBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_ine_document_back, @StringRes val passportMessage: Int = R.string.alviere_sdk_accounts_documents_message_passport, @StringRes val proofOfAddressMessage: Int = R.string.alviere_sdk_accounts_documents_message_proof_of_address, @StringRes val proofOfFundsMessage: Int = R.string.alviere_sdk_accounts_documents_message_proof_of_funds, @StringRes val selfieMessage: Int = R.string.alviere_sdk_accounts_documents_message_selfie, @StringRes val selfieMessageManual: Int = R.string.alviere_sdk_accounts_documents_message_selfie_manual, @StringRes val steps: Int = R.string.alviere_sdk_accounts_documents_step, @StringRes val retake: Int = R.string.alviere_sdk_accounts_documents_retake, @StringRes val acceptPhoto: Int = R.string.alviere_sdk_accounts_documents_accept_photo, @StringRes val looksGood: Int = R.string.alviere_sdk_accounts_documents_is_photo_ok, @StringRes val success: Int = R.string.alviere_sdk_accounts_documents_success, val forceManualCapture: Boolean = false)

Documents customization Object, with resource values.

Constructors

Link copied to clipboard
constructor(toolbarCustomize: ToolbarCustomize? = null, loadingCustomize: LoadingCustomize? = null, tryAgainCustomize: TryAgainCustomize? = null, titleTv: AlviereTextViewCustomize? = null, stepsTv: AlviereTextViewCustomize? = null, manualCaptureTitleTv: AlviereTextViewCustomize? = null, manualCaptureOptionsTv: AlviereTextViewCustomize? = null, @StringRes idDocumentFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_id_document_front, @StringRes idDocumentBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_id_document_back, @StringRes driverLicenseFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_driver_license_front, @StringRes driverLicenseBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_driver_license_back, @StringRes mcDocumentFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_mc_document_front, @StringRes mcDocumentBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_mc_document_back, @StringRes ineDocumentFrontTitle: Int = R.string.alviere_sdk_accounts_documents_title_ine_document_front, @StringRes ineDocumentBackTitle: Int = R.string.alviere_sdk_accounts_documents_title_ine_document_back, @StringRes passportTitle: Int = R.string.alviere_sdk_accounts_documents_title_passport, @StringRes proofOfAddressTitle: Int = R.string.alviere_sdk_accounts_documents_title_proof_of_address, @StringRes proofOfFundsTitle: Int = R.string.alviere_sdk_accounts_documents_title_proof_of_funds, @StringRes selfieTitle: Int = R.string.alviere_sdk_accounts_documents_title_selfie, @StringRes previewTitle: Int = R.string.alviere_sdk_accounts_documents_title_preview, @StringRes idDocumentFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_id_document_front, @StringRes idDocumentBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_id_document_back, @StringRes driverLicenseFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_driver_license_front, @StringRes driverLicenseBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_driver_license_back, @StringRes mcDocumentFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_mc_document_front, @StringRes mcDocumentBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_mc_document_back, @StringRes ineDocumentFrontMessage: Int = R.string.alviere_sdk_accounts_documents_message_ine_document_front, @StringRes ineDocumentBackMessage: Int = R.string.alviere_sdk_accounts_documents_message_ine_document_back, @StringRes passportMessage: Int = R.string.alviere_sdk_accounts_documents_message_passport, @StringRes proofOfAddressMessage: Int = R.string.alviere_sdk_accounts_documents_message_proof_of_address, @StringRes proofOfFundsMessage: Int = R.string.alviere_sdk_accounts_documents_message_proof_of_funds, @StringRes selfieMessage: Int = R.string.alviere_sdk_accounts_documents_message_selfie, @StringRes selfieMessageManual: Int = R.string.alviere_sdk_accounts_documents_message_selfie_manual, @StringRes steps: Int = R.string.alviere_sdk_accounts_documents_step, @StringRes retake: Int = R.string.alviere_sdk_accounts_documents_retake, @StringRes acceptPhoto: Int = R.string.alviere_sdk_accounts_documents_accept_photo, @StringRes looksGood: Int = R.string.alviere_sdk_accounts_documents_is_photo_ok, @StringRes success: Int = R.string.alviere_sdk_accounts_documents_success, forceManualCapture: Boolean = false)

Properties

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

to force manual capture.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

Loading customization.

Link copied to clipboard

text to be applied.

Link copied to clipboard
val manualCaptureOptionsTv: AlviereTextViewCustomize? = null

manual capture options TextView customization Object.

Link copied to clipboard
val manualCaptureTitleTv: AlviereTextViewCustomize? = null

manual capture title TextView customization Object.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard
val retake: Int

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard

text to be applied.

Link copied to clipboard
val steps: Int

text to be applied.

Link copied to clipboard
val stepsTv: AlviereTextViewCustomize? = null

steps TextView customization Object.

Link copied to clipboard

text to be applied.

Link copied to clipboard
val titleTv: AlviereTextViewCustomize? = null

title TextView customization Object.

Link copied to clipboard
val toolbarCustomize: ToolbarCustomize? = null

Toolbar customization.

Link copied to clipboard
val tryAgainCustomize: TryAgainCustomize? = null

Try again view customization.