IronSourceFullScreenX class

Constructors

IronSourceFullScreenX.onInit({required Function onClose, required Function onFailed, required Function onLoaded})

Properties

hashCode int
The hash code for this object.
no setterinherited
onClose Function
getter/setter pair
onFailed Function
getter/setter pair
onLoaded Function
getter/setter pair
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