Banner Ad
Loads and displays a Banner Ad using a Composable.
Parameters
ad
Your pre-loaded rememberBannerAd
See also
expect fun BannerAd(adUnitId: String = AdUnitId.BANNER_DEFAULT, adSize: AdSize = AdSize.FULL_BANNER, onLoad: () -> Unit = {})
Loads and displays a Banner Ad using a Composable.
Parameters
ad Unit Id
Your AdMob AdUnitId String
ad Size
Your AdMob AdSize
on Load
Lambda expression that executes after the Google AdRequest has fully loaded
See also
Loads and displays a Banner Ad using a Composable.
Parameters
ad
The BannerAdHandler built within your Composable using rememberBannerAd