Package 

Class TickerFactory


  • 
    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.
      • Methods inherited from class java.lang.Object

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

      • createTicker

        @NonNull() static Ticker createTicker(@NonNull() BaseVideoView baseVideoView)

        Gets the concrete Ticker instance.

        Parameters:
        baseVideoView - the base video view.