-
- All Implemented Interfaces:
-
com.theoplayer.android.api.event.Event
,com.theoplayer.android.api.event.verizonmedia.VerizonMediaEvent
public interface VerizonMediaAdBreakListEvent implements VerizonMediaEvent
The VerizonMediaAdBreakList Event.
-
-
Method Summary
Modifier and Type Method Description abstract VerizonMediaAdBreak
getAdBreak()
The VerizonMediaAdBreak of the VerizonMediaAdBreakList for which the event occurred. -
-
Method Detail
-
getAdBreak
@NonNull() abstract VerizonMediaAdBreak getAdBreak()
The VerizonMediaAdBreak of the VerizonMediaAdBreakList for which the event occurred.
-
-
-
-