Currently we only have callbacks for the video:
https://developers.google.com/admob/android/native/video-ads
Here's when nothing is on top of it:
And here's when there is, running the full-screen video ad sample, and I actually can't even see the controls there for some reason:
Please offer some API of the controls-UI (play/pause, mute/unmute), to be able to set where to put them, and also replace them with our own Views.
Also offer a way to decide what clicking on the MediaView does. Currently it does performs a click on the ad. I thought it would be possible to play/pause the video instead...