Stay organized with collections
Save and categorize content based on your preferences.
interface MediationInterstitialAd
Mediated interstitial ad from an interstitial Adapter
.
Summary
Public functions |
Unit |
Shows the interstitial.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[null,null,["Last updated 2025-08-20 UTC."],[],[],null,["# MediationInterstitialAd\n=======================\n\nKotlin \\|[Java](/admob/android/reference/com/google/android/gms/ads/mediation/MediationInterstitialAd \"View this page in Java\") \n\n\n```\ninterface MediationInterstitialAd\n```\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nMediated interstitial ad from an interstitial [Adapter](/admob/android/reference/kotlin/com/google/android/gms/ads/mediation/Adapter).\n\nSummary\n-------\n\n| ### Public functions |\n|------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Unit](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html) | [showAd](/admob/android/reference/kotlin/com/google/android/gms/ads/mediation/MediationInterstitialAd#showAd(android.content.Context))`(context: `[Context](https://developer.android.com/reference/android/content/Context.html)`!)` Shows the interstitial. |\n\nPublic functions\n----------------\n\n### showAd\n\n```\nfun showAd(context: Context!): Unit\n```\n\nShows the interstitial."]]