IronSourceInterstitialListener class abstract

Interstitial

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

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
onInterstitialAdClicked() → void
Invoked when the end user clicked on the interstitial ad.
onInterstitialAdClosed() → void
Invoked when the ad is closed and the user is about to return to the application.
onInterstitialAdLoadFailed(IronSourceError error) → void
Invoked when there is no Interstitial ad available as a result of the precedent loadInterstitial call.
onInterstitialAdOpened() → void
Invoked when an Interstitial ad has opened.
onInterstitialAdReady() → void
Invoked when an Interstitial ad became ready to be shown as a result of the precedent loadInterstitial call.
onInterstitialAdShowFailed(IronSourceError error) → void
Invoked when an Interstitial ad failed to show.
onInterstitialAdShowSucceeded() → void
Invoked when an Interstitial screen is about to open.
toString() String
A string representation of this object.
inherited

Operators

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