Package com.yandex.mobile.ads.instream
Interface InstreamAdBreak
-
- All Implemented Interfaces:
public interface InstreamAdBreak
-
-
Method Summary
Modifier and Type Method Description abstract String
getType()
Provides ad break type. abstract InstreamAdBreakPosition
getAdBreakPosition()
Provides InstreamAdBreakPosition object that represents content time offset -
-
Method Detail
-
getType
abstract String getType()
Provides ad break type. Allowed values see in InstreamAdBreakType
-
getAdBreakPosition
abstract InstreamAdBreakPosition getAdBreakPosition()
Provides InstreamAdBreakPosition object that represents content time offset
-
-
-
-