-
I'm trying to use the Xamarin.GooglePlayServices.Ads package for Interstitial ads. I wrote my callback class:
But it gives an error: onAdLoaded(Object) in InterstitialCallback and onAdLoaded(InterstitialAd) in AdLoadCallback have the same erasure, yet neither overrides the other Has anyone found a work around? I found an old work around here: xamarin/GooglePlayServicesComponents#425 (comment) But it doesn't work anymore, says something like it can't find zzzk. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Found a solution! https://learn.microsoft.com/en-us/answers/questions/508242/how-to-add-interstitial-ads-in-xamarin-android |
Beta Was this translation helpful? Give feedback.
Found a solution! https://learn.microsoft.com/en-us/answers/questions/508242/how-to-add-interstitial-ads-in-xamarin-android