interface/ad_listeners library

Classes

AdWithViewListener
BannerAdListener
FullScreenAdLoadCallback<T>
Generic parent class for ad load callbacks.
FullScreenContentCallback<Ad>
Callback events for for full screen ads, such as Interstitial.
InterstitialAdLoadCallback
NativeAdListener

Typedefs

AdEventCallback = void Function(Ad ad)
The callback type to handle an event occurring for an Ad.
AdLoadErrorCallback = void Function(Ad ad, Map error)
The callback type to handle an error loading an Ad.
FullScreenAdLoadErrorCallback = void Function(Map error)
A callback type for when an error occurs loading a full screen ad.
GenericAdEventCallback<Ad> = void Function(Ad ad)
Generic callback type for an event occurring on an Ad.