Search code examples
androidadsinterstitialfacebook-audience-network

What should I replace deprecated Facebook InterstitialAd setAdListener?


As of v5.6.1 the interstitialAd.setAdListener is deprecated. What should I replace deprecated Facebook InterstitialAd setAdListener now ?


Solution

  • From https://developers.facebook.com/docs/audience-network/reference/android/com/facebook/ads/interstitialad.html/?version=v5.6.1 it says

    Deprecated. since 5.6, use loadAd(InterstitialAd.InterstitialLoadAdConfig)

    This config you can get by calling buildLoadAdConfig() and there you can do withAdListener(InterstitialAdListener adListener) on.