public class DefaultInAppMessageAnimationFactory extends java.lang.Object implements IInAppMessageAnimationFactory
Constructor and Description |
---|
DefaultInAppMessageAnimationFactory() |
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.
|
public android.view.animation.Animation getOpeningAnimation(IInAppMessage inAppMessage)
IInAppMessageAnimationFactory
getOpeningAnimation
in interface IInAppMessageAnimationFactory
View.setAnimation(android.view.animation.Animation)
public android.view.animation.Animation getClosingAnimation(IInAppMessage inAppMessage)
IInAppMessageAnimationFactory
getClosingAnimation
in interface IInAppMessageAnimationFactory
View.setAnimation(android.view.animation.Animation)