AdMob Integration
shared/src/commonMain/kotlin/modules/common/ads/ads.kt
Integrating AdMob with Your Application
@Composable fun ShowInterstitialAd() { val ad = interstitialAd(adUnitId) ad.show() }
Last updated