public interface IInAppMessageAnimationFactory
Modifier and Type | Method and Description |
---|---|
android.view.animation.Animation |
getClosingAnimation(IInAppMessage inAppMessage)
This method returns the animation that will be used to animate the message as it exits the screen.
|
android.view.animation.Animation |
getOpeningAnimation(IInAppMessage inAppMessage)
This method returns the animation that will be used to animate the message as it enters the screen.
|
android.view.animation.Animation getOpeningAnimation(IInAppMessage inAppMessage)
View.setAnimation(android.view.animation.Animation)
android.view.animation.Animation getClosingAnimation(IInAppMessage inAppMessage)
View.setAnimation(android.view.animation.Animation)