ShowFlipLandscape
class ShowFlipLandscape(@DrawableRes firstSideDrawable: Int, @DrawableRes secondSideDrawable: Int) : CardAnimationState
Parameterized flip animation that can use SDK-specific drawables.
Parameters
firstSideDrawable
Drawable resource for the first side (front)
secondSideDrawable
Drawable resource for the second side (back)