In this link:
I have this code to mute the sound of ads:
How I can made this in B4A, because I saw only the method Initialize in MobileAds?
Thanks in advance for any tip.
Global Settings | Android | Google for Developers
developers.google.com
I have this code to mute the sound of ads:
B4X:
MobileAds.setAppMuted(true);
Thanks in advance for any tip.