IdenfyUISettings constructor
IdenfyUISettings({
- bool? isAdditionalSupportEnabled,
- IdenfyOnBoardingViewType? idenfyOnBoardingViewType,
- IdenfyDocumentSelectionType? idenfyDocumentSelectionType,
- bool? isLanguageSelectionNeeded,
- IdenfyInstructionsEnum? idenfyInstructionsEnum,
- IdenfyIdentificationResultsUISettingsV2? idenfyIdentificationResultsUISettingsV2,
- ImmediateRedirectEnum? immediateRedirectEnum,
- bool? skipInternalPrivacyPolicyView,
- DocumentCameraFrameVisibility? documentCameraFrameVisibility,
Implementation
IdenfyUISettings(
{this.isAdditionalSupportEnabled,
this.idenfyOnBoardingViewType,
this.idenfyDocumentSelectionType,
this.isLanguageSelectionNeeded,
this.idenfyInstructionsEnum,
this.idenfyIdentificationResultsUISettingsV2,
this.immediateRedirectEnum,
this.skipInternalPrivacyPolicyView,
this.documentCameraFrameVisibility});