Interface AdBreakInterstitial
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.theoads.Interstitial
public interface AdBreakInterstitial implements Interstitial
The THEOads interstitial that corresponds with ad playback.
-
-
Method Summary
Modifier and Type Method Description InterstitialTypegetType()abstract TheoAdsLayoutgetLayout()abstract StringgetBackdropUri()abstract List<Ad>getAds()-
-
Method Detail
-
getType
InterstitialType getType()
-
getLayout
abstract TheoAdsLayout getLayout()
-
getBackdropUri
abstract String getBackdropUri()
-
-
-
-