distriqt/ANE-Adverts-Mediation

Applovin - mute audio option

everseen83 opened this issue · 1 comments

Could you add a mute option in Applovin?

Thanks for your support always.

Bundle extras = new AppLovinExtras.Builder()
  .setMuteAudio(true)
  .build();

AdRequest request = new AdRequest.Builder()
   .addNetworkExtrasBundle(ApplovinAdapter.class, extras)
   .build();

Will get this into development.