i've doing a game whit adds but i have a doubt about if can i use this method in Interstitial Ads like this:
public void HandleRewardedAdFailedToShow(object sender, AdErrorEventArgs args)
{
// Do something...
}
in google documentation appaers that rewarded ads have this method but interstitial does not, but in the code editor it appaers when i try to write.
↧