Interface AdBreakEndEvent
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.ads.AdBreakEvent
,com.theoplayer.android.api.event.ads.AdEvent
public interface AdBreakEndEvent implements AdBreakEvent<E>
Fired when AD_BREAK_END occurs for an AdBreak.
-
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class com.theoplayer.android.api.event.ads.AdBreakEvent
getAdBreak
-
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
-
-