Interface AdImpressionEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.ads.AdEvent
,com.theoplayer.android.api.event.ads.SingleAdEvent
public interface AdImpressionEvent implements SingleAdEvent<E>
Fired when AD_IMPRESSION occurs for an Ad.
- Can be used to contain the current playback time to increase the accuracy of Ad events.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.event.ads.SingleAdEvent
getAd
-
Methods inherited from class com.theoplayer.android.api.event.Event
getDate, getType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-