BasicAdEventListener class mixin
Base event listener for all format specific event listeners.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onClick(
) → void - Called when an ad is clicked.
-
onFailedToLoad(
String message) → void - Called when an ad is failed to load.
-
onImpression(
) → void - Called when an ad is shown on the screen for the first time.
-
onLoaded(
) → void - Called when an ad is loaded.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited