onNativeBannerAdLoaded property

void Function(NativeBannerAdLoadedEvent)? onNativeBannerAdLoaded
final

Callback function that is called when a native banner ad is loaded.

The onNativeBannerAdLoaded function takes a NativeBannerAdLoadedEvent as a parameter. This event contains information about the loaded native banner ad.

Implementation

final void Function(NativeBannerAdLoadedEvent)? onNativeBannerAdLoaded;