public class PauserollQueueProvider
extends java.lang.Object
PauserollQueueProvider предоставляет очередь Pause-Roll.

Constructor Summary

Constructors
Constructor and Description
PauserollQueueProvider(android.content.Context context, InstreamAd instreamAd)
Создает очередь Pause-Roll.

Method Summary

All Methods
Instance Methods
Concrete Methods
Modifier and TypeMethod and Description
com.yandex.mobile.ads.instream.InstreamAdBreakQueue<Pauseroll>getQueue()
Возвращает объект класса InstreamAdBreakQueue для Pause-Roll.

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)
Создает очередь Pause-Roll.
Parameters:
context - Объект системного класса `Context`.
instreamAd - Загруженная реклама inStream (объект класса InstreamAd).

Method Detail

getQueue

@NonNull
public com.yandex.mobile.ads.instream.InstreamAdBreakQueue<Pauseroll> getQueue()
Возвращает объект класса InstreamAdBreakQueue для Pause-Roll. Список Pause-Roll сортируется в порядке очереди.
Returns:
Объект класса InstreamAdBreakQueue.