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?