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