-
public final class TickerFactory
A Ticker Factory class that creates the appropriate Ticker according to the underlying Video player used in the BaseVideoView.
-
-
Method Summary
Modifier and Type Method Description static Ticker
createTicker(@NonNull() BaseVideoView baseVideoView)
Gets the concrete Ticker instance. -
-
Method Detail
-
createTicker
@NonNull() static Ticker createTicker(@NonNull() BaseVideoView baseVideoView)
Gets the concrete Ticker instance.
- Parameters:
baseVideoView
- the base video view.
-
-
-
-