public class InrollQueueProvider
extends java.lang.Object
InrollQueueProvider provides queue of inrolls.

Constructor Summary

Constructors
Constructor and Description
InrollQueueProvider(android.content.Context context, InstreamAd instreamAd) 

Method Summary

All Methods
Instance Methods
Concrete Methods
Modifier and TypeMethod and Description
com.yandex.mobile.ads.instream.InstreamAdBreakQueue<Inroll>getQueue()
Returns the InstreamAdBreakQueue of inrolls.

Methods inherited from class java.lang.Object

equals, 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.