Class TickerFactory


  • public final class TickerFactory
    extends java.lang.Object
    A Ticker Factory class that creates the appropriate Ticker according to the underlying Video player used in the BaseVideoView.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Ticker createTicker​(BaseVideoView baseVideoView)
      Gets the concrete Ticker instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • createTicker

        @NonNull
        public static Ticker createTicker​(@NonNull
                                          BaseVideoView baseVideoView)
        Gets the concrete Ticker instance.
        Parameters:
        baseVideoView - the base video view.
        Returns:
        the timeline.