BannerAdEventDelegate class
A delegate for handling events related to banner ads.
Constructors
- BannerAdEventDelegate({void onBannerAdLoaded(BannerAdLoadedEvent)?, void onBannerAdLoadedError(BannerAdLoadedErrorEvent)?, void onNativeBannerAdLoaded(NativeBannerAdLoadedEvent)?, void onNativeBannerAdLoadedError(NativeBannerAdLoadedErrorEvent)?})
- A delegate for handling events related to a banner ad.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onBannerAdLoaded → void Function(BannerAdLoadedEvent)?
-
A callback function that is called when a banner ad is loaded.
final
- onBannerAdLoadedError → void Function(BannerAdLoadedErrorEvent)?
-
Callback function that is called when a banner ad fails to load.
final
- onNativeBannerAdLoaded → void Function(NativeBannerAdLoadedEvent)?
-
Callback function that is called when a native banner ad is loaded.
final
- onNativeBannerAdLoadedError → void Function(NativeBannerAdLoadedErrorEvent)?
-
Callback function that is called when there is an error loading a native
banner ad.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited