Describe the bug
When I call CrossMTAdmob.Current.ShowInterstitial(); a RewardedVideo shows
To Reproduce
On App start, I
Get current
Load interstitial (so it's ready)
Load a rewarded video
After show, I call in OnClosed event to load the next one
Expected behavior
CrossMTAdmob.Current.ShowInterstitial(); shows the loaded interstitial
CrossMTAdmob.Current.ShowRewardedVideo(); shoes the loaded rewarded video
Actual behaviour
It seems like the plugin might show the last loaded content on either of these calls.
Describe the bug When I call CrossMTAdmob.Current.ShowInterstitial(); a RewardedVideo shows
To Reproduce On App start, I
Expected behavior CrossMTAdmob.Current.ShowInterstitial(); shows the loaded interstitial CrossMTAdmob.Current.ShowRewardedVideo(); shoes the loaded rewarded video
Actual behaviour It seems like the plugin might show the last loaded content on either of these calls.
Workaround Only load the next item to be called