Class InrollQueueProvider


  • @MainThread
    public class InrollQueueProvider
    extends java.lang.Object
    InrollQueueProvider provides queue of inrolls.
    • Method Summary

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

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

      • InrollQueueProvider

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

      • getQueue

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