Interface InterstitialEndEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.ads.theoads.event.InterstitialEvent,com.theoplayer.android.api.ads.theoads.event.TheoAdsEvent,com.theoplayer.android.api.event.Event
public interface InterstitialEndEvent implements InterstitialEvent<InterstitialEndEvent>
Represents an event triggered when an interstitial ad finishes playing.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.event.Event
getDate, getType -
Methods inherited from class com.theoplayer.android.api.ads.theoads.event.InterstitialEvent
getInterstitial -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-