NativeBannerAdLoadedEvent constructor
NativeBannerAdLoadedEvent({})
Represents an event indicating that a native banner ad has been loaded.
This event is triggered when a native banner ad is successfully loaded and ready to be displayed.
Implementation
NativeBannerAdLoadedEvent({
required super.viewId,
required this.title,
required this.description,
required this.imageUrl,
required this.clickUrl,
});