Interface GoogleImaAdBreak
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.AdBreak
public interface GoogleImaAdBreak implements AdBreak
The Google IMA ad break.
-
-
Method Summary
Modifier and Type Method Description abstract AdPodInfo
getImaAdPodInfo()
The AdPodInfo object from the Google IMA SDK. -
Methods inherited from class com.theoplayer.android.api.ads.AdBreak
getAds, getCustomData, getCustomIntegration, getIntegration, getMaxDuration, getMaxRemainingDuration, getTimeOffset
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getImaAdPodInfo
abstract AdPodInfo getImaAdPodInfo()
The AdPodInfo object from the Google IMA SDK.
- Returns:
The Google IMA AdPodInfo object (Nullable).
-
-
-
-