Interface MediaTailorAdBreakEvent
-
- 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 MediaTailorAdBreakEvent implements AdBreakEvent<MediaTailorAdBreakEvent>
-
-
Method Summary
Modifier and Type Method Description abstract EventType<MediaTailorAdBreakEvent>
getType()
The Type of the MediaTailorAdBreakEvent. abstract MediaTailorAdAvail
getAdAvail()
The MediaTailorAdAvail for which the event occurs. -
Methods inherited from class com.theoplayer.android.api.event.Event
getDate
-
Methods inherited from class com.theoplayer.android.api.event.ads.AdBreakEvent
getAdBreak
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getType
abstract EventType<MediaTailorAdBreakEvent> getType()
The Type of the MediaTailorAdBreakEvent.
- Returns:
The MediaTailorAdBreakEventType (NonNull).
-
getAdAvail
abstract MediaTailorAdAvail getAdAvail()
The MediaTailorAdAvail for which the event occurs.
- Returns:
The MediaTailorAdAvail (Nullable).
-
-
-
-