Package com.yandex.mobile.ads.instream
Interface InstreamAd
-
- All Implemented Interfaces:
public interface InstreamAd
This class contains info about video ads playlist for content video
-
-
Method Summary
Modifier and Type Method Description abstract List<InstreamAdBreak>
getAdBreaks()
Provides array of InstreamAdBreak objects to be displayed in ad playlist -
-
Method Detail
-
getAdBreaks
abstract List<InstreamAdBreak> getAdBreaks()
Provides array of InstreamAdBreak objects to be displayed in ad playlist
-
-
-
-