Interface InterstitialEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.theoads.event.TheoAdsEvent,com.theoplayer.android.api.event.Event
public interface InterstitialEvent<E extends InterstitialEvent<E>> implements TheoAdsEvent<E>
Represents an interstitial ad event.
-
-
Method Summary
Modifier and Type Method Description abstract InterstitialgetInterstitial()The interstitial instance associated with this event. -
-
Method Detail
-
getInterstitial
abstract Interstitial getInterstitial()
The interstitial instance associated with this event.
-
-
-
-