Interstitials
1. Initialize the Ads:
yodo1mas.initialize_interstitial_ads()
2. Load Ads:
yodo1mas.load_interstitial_ads()
3. Show the Ad:
Check if the ad is loaded:
var is_interstitial_loaded = yodo1mas.is_interstitial_ad_loaded()
Then show it:
yodo1mas.show_interstitial_ad()
4. Ad events
func _on_Yodo1Mas_interstitial_ad_loaded():
func _on_Yodo1Mas_interstitial_ad_not_loaded():
func _on_Yodo1Mas_interstitial_ad_opened():
func _on_Yodo1Mas_interstitial_ad_failed_to_opened():
func _on_Yodo1Mas_interstitial_ad_closed():