Appodeal see Interstitial once!

Hello everyone, everything good?

Friends wanted your help because the code below shows the Interstitial banner every time you turn the screen of the device and this ends up getting annoying.

I would like to know if someone can modify or min pass the code that makes the Interstitial banne appear only once and ready.

Appodeal default code:

Appodeal.setInterstitialCallbacks(new InterstitialCallbacks() {

  @Override

  public void onInterstitialLoaded(boolean isPrecache) {

    Log.d(“Appodeal”, “onInterstitialLoaded”);

  }

  @Override

  public void onInterstitialFailedToLoad() {

    Log.d(“Appodeal”, “onInterstitialFailedToLoad”);

  }

  @Override

  public void onInterstitialShown() {

    Log.d(“Appodeal”, “onInterstitialShown”);

  }

  @Override

  public void onInterstitialClicked() {

    Log.d(“Appodeal”, “onInterstitialClicked”);

  }

  @Override

  public void onInterstitialClosed() {

    Log.d(“Appodeal”, “onInterstitialClosed”);

  }

});

I am sorry but your post is very confusing to me.

  1. It looks like JAVA code and the callback for the native Android libraries.

  2. These forums are about Corona and not the Appodeal libraries. I have not checked but I imagine they have their own forums.

So either:

  1. You are building another Appodeal plugin for Corona using Corona native which would be a waste of time since the Appodeal plugin is free and maintained by Appodeal (parent company of Corona).

  2. You somehow thought these forums were for Appodeal.

Adrian

I am sorry but your post is very confusing to me.

  1. It looks like JAVA code and the callback for the native Android libraries.

  2. These forums are about Corona and not the Appodeal libraries. I have not checked but I imagine they have their own forums.

So either:

  1. You are building another Appodeal plugin for Corona using Corona native which would be a waste of time since the Appodeal plugin is free and maintained by Appodeal (parent company of Corona).

  2. You somehow thought these forums were for Appodeal.

Adrian