As of v5.6.1 the interstitialAd.setAdListener is deprecated. What should I replace deprecated Facebook InterstitialAd setAdListener now ?
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.