BannerAdLoadedEvent class
Represents an event that is triggered when a banner ad is successfully loaded.
- Inheritance
-
- Object
- BannerAdEvent
- BannerAdLoadedEvent
Constructors
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