IronSourceBannerListener class abstract

Banner

Annotations
  • @Deprecated("This class has been deprecated as of SDK 7.3.0. Please use LevelPlayBannerListener instead.")

Constructors

IronSourceBannerListener()

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
onBannerAdClicked() → void
Invoked when a user clicks on the banner ad.
onBannerAdLeftApplication() → void
Invoked when a user is leaving the app.
onBannerAdLoaded() → void
Invoked once the banner has successfully loaded.
onBannerAdLoadFailed(IronSourceError error) → void
Invoked when the banner loading process has failed.
onBannerAdScreenDismissed() → void
Invoked when the presented screen has been dismissed.
onBannerAdScreenPresented() → void
Notifies the presentation of a full screen content following a user-click.
toString() String
A string representation of this object.
inherited

Operators

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