Interface OverlayInterstitial
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.theoads.Interstitial
public interface OverlayInterstitial implements Interstitial
The THEOads interstitial that corresponds with overlay playback.
-
-
Method Summary
Modifier and Type Method Description InterstitialTypegetType()abstract StringgetImageUrl()abstract StringgetClickThrough()abstract OverlayPositiongetPosition()abstract OverlaySizegetSize()-
-
Method Detail
-
getType
InterstitialType getType()
-
getImageUrl
abstract String getImageUrl()
-
getClickThrough
abstract String getClickThrough()
-
getPosition
abstract OverlayPosition getPosition()
-
getSize
abstract OverlaySize getSize()
-
-
-
-