TeadsAdDelegate mixin

Delegate methods needed to follow Teads ads lifecycle.

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

didCatchError(TeadsAd ad, FlutterError error) → void
When the ad experience has experienced an issue.
didClose(TeadsAd ad) → void
When the ad has been closed.
didCollapsedFromFullscreen(TeadsAd ad) → void
When the ad collapse from fullscreen.
didExpandedToFullscreen(TeadsAd ad) → void
When the ad goes to fullscreen.
didRecordClick(TeadsAd ad) → void
When an event click has been fired.
didRecordImpression(TeadsAd ad) → void
When an impression has occured.
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