Banner XIndicator
This class represents an animated indicator anchored at the bottom of BannerX
to indicate the current Banner
object.
The IndicatorParams data class stores data for generally setting up BannerXIndicator classes to share and use the same properties. This is to aid in prompt setup if these data are available for uniformity when switching BannerXIndicator implementations.
Although not required, it is recommended that each implementation of this abstract class should have properties with the same signature name as properties in the IndicatorParams which perform similar functions.
Author
IODevBlue
Since
1.0.0
Constructors
Functions
Apply a fade animation when the BannerXIndicator is idle to hide it.
Get the View representation of the BannerXIndicator.
This is invoked by BannerX
when the current Banner
is being scrolled.
This is invoked when a new Banner
is selected by BannerX
.
Apply an animation to gradually display the BannerXIndicator when hidden.
Reset an existing BannerXIndicator instance to use the properties from the provided params object.
The Context object to be used internally by the BannerXIndicator implementation.
Validates if this BannerXIndicator supports displaying Banner
titles.
Properties
Use the properties stored in this IndicatorParams object to setup the BannerXIndicator instance.