Interstitial Ad
Loads and displays an Interstitial Ad using a Composable.
Parameters
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
See also
Deprecated
The `activity` argument is no longer required as of v1.1.0-beta01
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