Interface InterstitialAdLoadListener


  • @MainThread
    public interface InterstitialAdLoadListener
    A listener for receiving notifications during the lifecycle of an interstitial ad.
    • Method Detail

      • onAdLoaded

        void onAdLoaded​(@NonNull
                        InterstitialAd interstitialAd)
        Notifies when ad is loaded.
        Parameters:
        interstitialAd - interstitial ad, which is ready to be shown.
      • onAdFailedToLoad

        void onAdFailedToLoad​(@NonNull
                              AdRequestError error)
        Called when an interstitial ad request failed.
        Parameters:
        error - see errors here AdRequestError