ad_banner library
Classes
- AdBanner
- A widget that displays an banner advertisement.
- BannerAdEventDelegate
- A delegate for handling events related to banner ads.
- NativeAdData
- Encapsulated data needed to render the native ad
Enums
- ClickThroughAction
- Enum representing the possible actions when a user clicks on the ad banner.
Typedefs
- AdClickedCallback = void Function(String url)
- Represents a callback which is called when an ad is clicked
- DoneLoadingCallback = void Function({int? height, NativeAdData? nativeAd, required bool success, int? width})
- Represents a callback which is called when an ad is either loaded or throws an error