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