BannerAdClickedEvent class
Represents an ad clicked event This class is an abstract class that extends BannerAdEvent.
- Inheritance
-
- Object
- BannerAdEvent
- BannerAdClickedEvent
Constructors
- BannerAdClickedEvent({required int viewId, required String url})
- Event that occurs when an ad is clicked
Properties
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