BannerAdCompose
A Jetpack Compose wrapper for BannerAdView from AdManageKit.
This composable provides an easy way to display banner ads in Compose UIs while maintaining all the functionality of the original BannerAdView.
Since
2.1.0
Parameters
The AdMob ad unit ID
Modifier for styling the ad container
Callback when the ad loads successfully
Callback when the ad fails to load
Callback when the ad is clicked
Callback when the ad impression is recorded
Callback when the ad opens an overlay
Callback when the ad overlay is closed
Callback when a paid event occurs (for revenue tracking)
A Jetpack Compose wrapper for BannerAdView with custom dimensions.
Parameters
The AdMob ad unit ID
Width in dp for the banner ad
Height in dp for the banner ad
Modifier for styling the ad container
Callback when the ad loads successfully
Callback when the ad fails to load
Callback when the ad is clicked
Callback when the ad impression is recorded
Callback when the ad opens an overlay
Callback when the ad overlay is closed
Callback when a paid event occurs (for revenue tracking)