Ad Networks

We provider 4 ad networks

For monetization purposes, we provide 4 Ad Networks options with the switch ads method, you can choose the ad network you want to display in the application AppConfig/Ads, you can change the ad network anytime you want.

The library implementation can be managed easily in the Android Studio project dependencies in the build.gradle (Module: app) file

AD NETWORKS OPTIONS

// 4.0.10-custom = Uses AdMob, Meta Audience Network, IronSource
// 4.0.10-admob-is = Uses Admob, IronSource
// 4.0.10-admob-only = Uses Admob Only
// 4.0.10-is-only = Uses IronSource Only
// 4.0.10-fan-only = Uses Meta Audience Network Only
// 4.0.10-none = Doesn't use any ads

Last updated