googleads / googleads-mobile-android-mediation

Sample Android project showcasing how to build a mediation adapter or custom event for the Google Mobile Ads SDK.
Apache License 2.0
241 stars 197 forks source link

support mediaview of native view clickable #512

Closed junjunsong closed 5 months ago

junjunsong commented 6 months ago

In previous versions, due to our failure to handle a series of callbacks related to MBMediaView, events could not be given to the admob sdk through the adapter when interacting with users and MBMediaView.

We have set up listening for MBMediaView this time and also addressed the issue of whether nativeCallback can only have value after the load is completed

LTPhantom commented 6 months ago

Could you please add a description to the Pull Request to get a better understanding of the goal of it?