You can programmatically mute third-party ad SDKs via this interface. Settings take effect immediately and can be configured during initialization or before loading any ad placement.
Supported in SDK v6.5.15 and above.
Network | Supported Ad Formats |
---|---|
AdMob | All formats |
Inmobi | All formats |
AppLovin | All formats |
Mintegral | Native, Interstitial, Rewarded Video |
Fyber | Rewarded, Interstitial, Banner |
Bigo | Native |
Pangle | All formats |
PangleCombine | All formats |
Xiaomi Columbus | Native |
Max | All formats |
Appnext | Native |
Taurusx | Rewarded, Interstitial, Splash |
! Note: Custom ad networks are not supported
// Supported in v6.5.15+ | Call before SDK initialization
ATSDKGlobalSetting.setAdMuted(true);
- setAdMuted(
true
) enables mute, setAdMuted(false
) disables- API configuration takes precedence over dashboard settings