Interstitial Ad
Loads and displays an Interstitial Ad using a Composable.
Parameters
the current Activity (only needed for Android Impl)
Your AdMob AdUnitId String
Lambda that executes when the user closes the ad
Lambda expression that executes after the ad is presented
Lambda expression that executes after the user has seen the ad
Lambda expression that executes after the user clicks the ad
Lambda expression that executes after the ad fails to load or redirect
Lambda expression that executes after the InterstitialAdHandler has fully loaded
See also
Displays a pre-loaded Interstitial Ad using a Composable.
Parameters
an InterstitialAdHandler pre-loaded before the call
Lambda that executes when the user closes the ad
Lambda expression that executes after the ad is presented
Lambda expression that executes after the user has seen the ad
Lambda expression that executes after the user clicks the ad
Lambda expression that executes after the ad fails to load or redirect