DefaultInAppMessageAnimationFactory

Default IInAppMessageAnimationFactory that provides slide and fade animations for in-app messages. Slideup messages animate vertically based on their SlideFrom direction; all other message types use an alpha fade.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open override fun getClosingAnimation(inAppMessage: IInAppMessage): Animation?

This method returns the animation that will be used to animate the message as it exits the screen.

Link copied to clipboard
open override fun getOpeningAnimation(inAppMessage: IInAppMessage): Animation?

This method returns the animation that will be used to animate the message as it enters the screen.