clockbyte / admobadapter

It wraps your Adapter to display Admob native ads and banners in a ListView/RecyclerView data set. It based on the Yahoo fetchr project https://github.com/yahoo/fetchr
Apache License 2.0
237 stars 75 forks source link

Any way to add AdListener? #123

Open Shajeel-Afzal opened 6 years ago

Shajeel-Afzal commented 6 years ago

Is there any way to AdMob Listener so that we can track how the ads are performing?

kot331107 commented 6 years ago

@Shajeel-Afzal sorry I guess no way in the latest versions. You could overload onAdFailed, onAdLoaded methods when creating an instance of AdmobBannerRecyclerAdapterWrapper in earlier versions of lib (before we've refactored it via Builder pattern). I 'll put this issue into lib's roadmap, thx.

Shajeel-Afzal commented 6 years ago

Awesome. We will be waiting for this.