BannerAdLoadedEvent class

Represents an event that is triggered when a banner ad is successfully loaded.

Inheritance

Constructors

BannerAdLoadedEvent({required int viewId, required int width, required int height, required String creativeId, required String adType, required String tagId, required String auctionId, required double cpm, required int memberId})
Represents an event indicating that a banner ad has been loaded.

Properties

adType String
The type of the ad.
final
auctionId String
The unique identifier for the auction.
final
cpm double
The cost per thousand impressions (CPM) for the Xandr Android package.
final
creativeId String
The ID of the creative.
final
hashCode int
The hash code for this object.
no setterinherited
height int
The height of the widget.
final
memberId int
The member ID.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tagId String
The tag ID for Xandr Android.
final
viewId int
The unique identifier for the view.
finalinherited
width int
The width of the object.
final

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