Interface InterstitialUpdateEvent
-
- 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 InterstitialUpdateEvent implements InterstitialEvent<InterstitialUpdateEvent>
Represents an event triggered when an interstitial ad updates.
-
-
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
-
-