Interface DocumentNotSupportedDialogUIOptions
- All Known Implementing Classes:
BaseBlinkIdUiSettings,BlinkIdUISettings,DocumentUISettings,LegacyDocumentVerificationUISettings
public interface DocumentNotSupportedDialogUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetShowNotSupportedDialog(boolean showNotSupportedDialog) Defines whether Document Not Supported dialog will be displayed in UI, default istrue.
-
Method Details
-
setShowNotSupportedDialog
void setShowNotSupportedDialog(boolean showNotSupportedDialog) Defines whether Document Not Supported dialog will be displayed in UI, default istrue.- Parameters:
showNotSupportedDialog- whether Document Not Supported dialog will be displayed in UI.
-