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)
IInAppMessageAnimationFactorygetOpeningAnimation in interface IInAppMessageAnimationFactoryView.setAnimation(android.view.animation.Animation)public android.view.animation.Animation getClosingAnimation(IInAppMessage inAppMessage)
IInAppMessageAnimationFactorygetClosingAnimation in interface IInAppMessageAnimationFactoryView.setAnimation(android.view.animation.Animation)