Class THEOAdBreak
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.AdBreak
public final class THEOAdBreak implements AdBreak
The AdBreak API for THEOAds
-
-
Constructor Summary
Constructors Constructor Description THEOAdBreak(Integer timeOffset, Integer duration)
-
Method Summary
Modifier and Type Method Description List<Ad>getAds()IntegergetMaxDuration()DoublegetMaxRemainingDuration()IntegergetTimeOffset()AdIntegrationKindgetIntegration()StringgetCustomIntegration()ObjectgetCustomData()-
-
Method Detail
-
getMaxDuration
Integer getMaxDuration()
-
getMaxRemainingDuration
Double getMaxRemainingDuration()
-
getTimeOffset
Integer getTimeOffset()
-
getIntegration
AdIntegrationKind getIntegration()
-
getCustomIntegration
String getCustomIntegration()
-
getCustomData
Object getCustomData()
-
-
-
-