IdenfyUISettings constructor

IdenfyUISettings({
  1. bool? isAdditionalSupportEnabled,
  2. IdenfyOnBoardingViewType? idenfyOnBoardingViewType,
  3. IdenfyDocumentSelectionType? idenfyDocumentSelectionType,
  4. bool? isLanguageSelectionNeeded,
  5. IdenfyInstructionsEnum? idenfyInstructionsEnum,
  6. IdenfyIdentificationResultsUISettingsV2? idenfyIdentificationResultsUISettingsV2,
  7. ImmediateRedirectEnum? immediateRedirectEnum,
  8. bool? skipInternalPrivacyPolicyView,
  9. DocumentCameraFrameVisibility? documentCameraFrameVisibility,
})

Implementation

IdenfyUISettings(
    {this.isAdditionalSupportEnabled,
    this.idenfyOnBoardingViewType,
    this.idenfyDocumentSelectionType,
    this.isLanguageSelectionNeeded,
    this.idenfyInstructionsEnum,
    this.idenfyIdentificationResultsUISettingsV2,
    this.immediateRedirectEnum,
    this.skipInternalPrivacyPolicyView,
    this.documentCameraFrameVisibility});