IInAppMessageAnimationFactory

Functions

Link copied to clipboard
abstract 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
abstract fun getOpeningAnimation(inAppMessage: IInAppMessage): Animation?

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

Inheritors

Link copied to clipboard