컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
interface MediationInterstitialAd
전면 광고 Adapter
의 미디에이션된 전면 광고
요약
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-08-21(UTC)
[null,null,["최종 업데이트: 2025-08-21(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."]]