Interface CurrentImageListenerUIOptions
-
- All Known Implementing Classes:
BaseBlinkIdUiSettings
,BlinkIdUISettings
,DocumentUISettings
,LegacyDocumentVerificationUISettings
public interface CurrentImageListenerUIOptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setCurrentImageListener(CurrentImageListener currentImageListener)
Sets implementation ofCurrentImageListener
interface that will obtain images that are currently being processed.
-
-
-
Method Detail
-
setCurrentImageListener
void setCurrentImageListener(@Nullable CurrentImageListener currentImageListener)
Sets implementation ofCurrentImageListener
interface that will obtain images that are currently being processed.CurrentImageListener
will receive all possible images that become available during recognition process.- Parameters:
currentImageListener
- Implementation of image listener ornull
to clear listener that has been set previously.
-
-