Interface ScanUIEventListenerUIOptions

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

public interface ScanUIEventListenerUIOptions
  • Method Details

    • setScanUIEventListener

      void setScanUIEventListener(@Nullable ScanUIEventListener scanUIEventListener)
      Sets implementation of ScanUIEventListener interface that will be called;
      Parameters:
      scanUIEventListener - implementation of events listener or null to clear listener that has been set previously.