AdViewProvider
interface AdViewProvider
PlayerView |
A high level view for |
Provides information about views for the ad playback UI.
Summary
Public functions |
|
|---|---|
(Mutable)List<AdOverlayInfo!>! |
Returns a list of |
ViewGroup? |
Returns the |
Public functions
getAdOverlayInfos
fun getAdOverlayInfos(): (Mutable)List<AdOverlayInfo!>!
Returns a list of AdOverlayInfo instances describing views that are on top of the ad view group, but that are essential for controlling playback and should be excluded from ad viewability measurements.
Each view must be either a fully transparent overlay (for capturing touch events), or a small piece of transient UI that is essential to the user experience of playback (such as a button to pause/resume playback or a transient full-screen or cast button). For more information see the documentation for your ads loader.
getAdViewGroup
fun getAdViewGroup(): ViewGroup?
Returns the ViewGroup on top of the player that will show any ad UI, or null if playing audio-only ads. Any views on top of the returned view group must be described by AdOverlayInfos returned by getAdOverlayInfos, for accurate viewability measurement.