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

Constructor Summary

Constructors
Constructor and Description
PauserollQueueProvider(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<Pauseroll>getQueue()
Returns the InstreamAdBreakQueue of pauserolls.

Methods inherited from class java.lang.Object

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