LevelPlayBannerListener class abstract

Constructors

LevelPlayBannerListener()

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
onAdClicked(IronSourceAdInfo adInfo) → void
Invoked when end user clicks on the banner ad.
onAdLeftApplication(IronSourceAdInfo adInfo) → void
Invoked when the user left the app.
onAdLoaded(IronSourceAdInfo adInfo) → void
Invoked each time a banner was loaded. Either on refresh, or manual load.\
onAdLoadFailed(IronSourceError error) → void
Invoked when the banner loading process has failed.
This callback will be sent both for manual load and refreshed banner failures.
onAdScreenDismissed(IronSourceAdInfo adInfo) → void
Notifies the presented screen has been dismissed.
onAdScreenPresented(IronSourceAdInfo adInfo) → void
Notifies the presentation of a full screen content following user click.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited