Class CheckMarkLayoutAnimation
-
- All Implemented Interfaces:
-
io.scanbot.sdk.ui_v2.document.components.camera.CaptureFeedbackLayout
,io.scanbot.sdk.ui_v2.document.components.camera.PolygonOverlayExtension
public final class CheckMarkLayoutAnimation implements PolygonOverlayExtension, CaptureFeedbackLayout
-
-
Field Summary
Fields Modifier and Type Field Description private final <Error class: unknown class>
coroutineScope
private final PageSnapCheckMarkAnimation
config
private final <Error class: unknown class><PreviewBitmap>
preview
private final Function0<Unit>
onPreviewEnded
-
Constructor Summary
Constructors Constructor Description CheckMarkLayoutAnimation(<Error class: unknown class> coroutineScope, PageSnapCheckMarkAnimation config, <Error class: unknown class><PreviewBitmap> preview, Function0<Unit> onPreviewEnded)
-
Method Summary
Modifier and Type Method Description final <Error class: unknown class>
getCoroutineScope()
final PageSnapCheckMarkAnimation
getConfig()
final <Error class: unknown class><PreviewBitmap>
getPreview()
final Function0<Unit>
getOnPreviewEnded()
Unit
Init()
final ValueAnimator
alphaAnimator(Float values)
Unit
PreviewOverlay()
-
-
Constructor Detail
-
CheckMarkLayoutAnimation
CheckMarkLayoutAnimation(<Error class: unknown class> coroutineScope, PageSnapCheckMarkAnimation config, <Error class: unknown class><PreviewBitmap> preview, Function0<Unit> onPreviewEnded)
-
-
Method Detail
-
getCoroutineScope
final <Error class: unknown class> getCoroutineScope()
-
getConfig
final PageSnapCheckMarkAnimation getConfig()
-
getPreview
final <Error class: unknown class><PreviewBitmap> getPreview()
-
getOnPreviewEnded
final Function0<Unit> getOnPreviewEnded()
-
alphaAnimator
final ValueAnimator alphaAnimator(Float values)
-
PreviewOverlay
Unit PreviewOverlay()
-
-
-
-