marcojak / MauiMTAdmob

MIT License
115 stars 18 forks source link

Rewarded not loaded: what is the event? #80

Closed erossini closed 5 months ago

erossini commented 5 months ago

I can see in my logs that there is a Rewarded not loaded. Although I mapped those events

CrossMauiMTAdmob.Current.OnRewardedLoaded += Current_OnRewardedLoaded;
CrossMauiMTAdmob.Current.OnRewardedFailedToLoad += Current_OnRewardedFailedToLoad;
CrossMauiMTAdmob.Current.OnRewardedFailedToShow += Current_OnRewardedFailedToShow;
CrossMauiMTAdmob.Current.OnRewardedOpened += Current_OnRewardedOpened;
CrossMauiMTAdmob.Current.OnRewardedClosed += Current_OnRewardedClosed;
CrossMauiMTAdmob.Current.OnRewardedImpression += Current_OnRewardedImpression;

I don't receive any event. What is the correct event I have to map?

erossini commented 5 months ago

OK, it is working. For same reasons, the breakpoint wasn't stopping...