AppLovin Integration

601 views Asked by At

I'm following AppLovin tutorial on their site, but I don't understand if I only have to write:

private void ShowInterstitial() {
   AppLovinInterstitialAd.show(ActivityMain.this);
}

and call this method everytime I want or if I have to write something else. With the show command AppLovin automatically preload another Interstitial after one is shown?

1

There are 1 answers

0
josh On BEST ANSWER

You would only need to call the show method to display an ad. Our SDK will automatically manage the caching of interstitial ads for you and load the next ad.

For further assistance, please email [email protected]