BannerAdLoadedEvent constructor
BannerAdLoadedEvent({})
Represents an event indicating that a banner ad has been loaded.
This event is triggered when a banner ad is successfully loaded and ready to be displayed.
Implementation
BannerAdLoadedEvent({
required super.viewId,
required this.width,
required this.height,
required this.creativeId,
required this.adType,
required this.tagId,
required this.auctionId,
required this.cpm,
required this.memberId,
});