LevelPlayInterstitialListener class abstract

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 clicked on the interstitial ad
onAdClosed(IronSourceAdInfo adInfo) → void
Invoked when the interstitial ad closed and the user went back to the application screen.
onAdLoadFailed(IronSourceError error) → void
Indicates that the ad failed to be loaded
onAdOpened(IronSourceAdInfo adInfo) → void
Invoked when the Interstitial Ad Unit has opened, and user left the application screen.
onAdReady(IronSourceAdInfo adInfo) → void
Indicates that the interstitial ad was loaded successfully.
onAdShowFailed(IronSourceError error, IronSourceAdInfo adInfo) → void
The interstitial ad failed to show.
onAdShowSucceeded(IronSourceAdInfo adInfo) → void
Invoked before the interstitial ad was opened, and before the InterstitialOnAdOpenedEvent is reported. This callback is not supported by all networks, and we recommend using it only if it's supported by all networks you included in your build.
toString() String
A string representation of this object.
inherited

Operators

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