Class PauserollQueueProvider


  • public class PauserollQueueProvider
    extends java.lang.Object
    PauserollQueueProvider provides queue of pauserolls.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.yandex.mobile.ads.instream.InstreamAdBreakQueue<Pauseroll> getQueue()
      Returns the InstreamAdBreakQueue of pauserolls.
      • Methods inherited from class java.lang.Object

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

      • PauserollQueueProvider

        public PauserollQueueProvider​(@NonNull
                                      android.content.Context context,
                                      @NonNull
                                      InstreamAd instreamAd)
    • Method Detail

      • getQueue

        @NonNull
        public com.yandex.mobile.ads.instream.InstreamAdBreakQueue<Pauseroll> getQueue()
        Returns the InstreamAdBreakQueue of pauserolls. Note that pauserolls will be sorted in their position order.
        Returns:
        InstreamAdBreakQueue.