0
I am using in my app interstitial banners admob. There are complaints from users that the volume of videos displayed in this type of banner (usually videos are about games) are high. Logically I know that the volume of the videos is the same in which the volume of the user’s device is configured.
My question is the following, have to control or pause the volume of these videos on interstitial admob via programming through the application itself?
Already I thank you.
I’ve already blocked some games on Admob, but you block one and others appear. Usually these ads are those that feature videos demonstrating these games and enable the user to install the game if they want. But anyway I’ll look at the documentation and see if I can find something to do. Thank you.
– Henqsan
No problem, the documentation is very broad, something there should help you.
– Wendel Freitas
I read the documentation and tested the application using
MobileAds.initialize(this)
andMobileAds.setAppVolume(0.2f)
but I didn’t get the volume reduction from the ad.– Henqsan