IronSourceListener class abstract

Constructors

IronSourceListener()

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
onGetOfferwallCreditsFailed(IronSourceError error) → void
onInterstitialAdClicked() → void
onInterstitialAdClosed() → void
onInterstitialAdLoadFailed(IronSourceError error) → void
onInterstitialAdOpened() → void
onInterstitialAdReady() → void
onInterstitialAdShowFailed(IronSourceError error) → void
onInterstitialAdShowSucceeded() → void
onOfferwallAdCredited(OfferwallCredit reward) → void
onOfferwallAvailable(bool available) → void
onOfferwallClosed() → void
onOfferwallOpened() → void
onOfferwallShowFailed(IronSourceError error) → void
onRewardedVideoAdClicked(Placement placement) → void
onRewardedVideoAdClosed() → void
onRewardedVideoAdEnded() → void
onRewardedVideoAdOpened() → void
onRewardedVideoAdRewarded(Placement placement) → void
onRewardedVideoAdShowFailed(IronSourceError error) → void
onRewardedVideoAdStarted() → void
onRewardedVideoAvailabilityChanged(bool available) → void
toString() String
A string representation of this object.
inherited

Operators

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