Package io.scanbot.sdk.ui.camera
Interface UiZoomDelegate
-
- All Implemented Interfaces:
public interface UiZoomDelegate
Allows to pass the the zoom level from the ZoomFinderOverlayView to dependent views
-
-
Method Summary
Modifier and Type Method Description abstract Unit
setUiZoomLevel(Float zoomLevel)
Passes the zoom value to the dependent view -
-
Method Detail
-
setUiZoomLevel
abstract Unit setUiZoomLevel(Float zoomLevel)
Passes the zoom value to the dependent view
- Parameters:
zoomLevel
- the new scale of the UI
-
-
-
-