Interface ScanUIEventListenerUIOptions
- All Known Implementing Classes:
BaseBlinkIdUiSettings,BlinkIdUISettings,DocumentUISettings,LegacyDocumentVerificationUISettings
public interface ScanUIEventListenerUIOptions
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetScanUIEventListener(ScanUIEventListener scanUIEventListener) Sets implementation ofScanUIEventListenerinterface that will be called;
-
Method Details
-
setScanUIEventListener
Sets implementation ofScanUIEventListenerinterface that will be called;- Parameters:
scanUIEventListener- implementation of events listener ornullto clear listener that has been set previously.
-