CardAnimationState

fun interface CardAnimationState

Current state of the flip-card animation shown after the first side has been successfully scanned.

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class ShowFlipLandscape(@DrawableRes firstSideDrawable: Int, @DrawableRes secondSideDrawable: Int) : CardAnimationState

Parameterized flip animation that can use SDK-specific drawables.

Functions

Link copied to clipboard
abstract fun Animate(screenDimensionMin: Dp, onAnimationCompleted: () -> Unit)