Rewarded Ad
Loads and displays a Rewarded Ad using a Composable.
Parameters
the current Activity (only needed for Android Impl)
Your AdMob AdUnitId String
Lambda that executes when the user has earned an ad-related reward
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 Rewarded Ad using a Composable.
Parameters
an RewardedAdHandler pre-loaded before the call
Lambda that executes when the user has earned an ad-related reward
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