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

Constructor Summary

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

Method Summary

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

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

Method Detail

getQueue

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