Interface DocumentNotSupportedDialogUIOptions

All Known Implementing Classes:
BaseBlinkIdUiSettings, BlinkIdUISettings, DocumentUISettings, LegacyDocumentVerificationUISettings

public interface DocumentNotSupportedDialogUIOptions
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setShowNotSupportedDialog(boolean showNotSupportedDialog)
    Defines whether Document Not Supported dialog will be displayed in UI, default is true.
  • Method Details

    • setShowNotSupportedDialog

      void setShowNotSupportedDialog(boolean showNotSupportedDialog)
      Defines whether Document Not Supported dialog will be displayed in UI, default is true.
      Parameters:
      showNotSupportedDialog - whether Document Not Supported dialog will be displayed in UI.