BlinkID
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
BlinkID
microblink-ux
/
com.microblink.ux.state
/
CardAnimationState
Card
Animation
State
fun
interface
CardAnimationState
Current state of the flip-card animation shown after the first side has been successfully scanned.
Inheritors
ShowFlipLandscape
Members
Types
Companion
Link copied to clipboard
object
Companion
Show
Flip
Landscape
Link copied to clipboard
object
ShowFlipLandscape
:
CardAnimationState
Functions
Animate
Link copied to clipboard
@
Composable
abstract
fun
Animate
(
screenDimensionMin
:
Dp
,
onAnimationCompleted
:
(
)
->
Unit
)