IronSourceOfferwallListener 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
onGetOfferwallCreditsFailed(IronSourceError error) → void
Invoked when getOfferWallCredits fails to retrieve the user's credit balance info.
onOfferwallAdCredited(IronSourceOfferWallCreditInfo creditInfo) → void
Invoked each time the user completes an offer or as a result of getOfferwallCredits.
onOfferwallAvailabilityChanged(bool isAvailable) → void
Invoked when there is a change in the Offerwall availability status.
onOfferwallClosed() → void
Invoked when the user is about to return to the application after closing the Offerwall.
onOfferwallOpened() → void
Invoked when the Offerwall successfully loads for the user, after calling the showOfferwall function.
onOfferwallShowFailed(IronSourceError error) → void
Invoked when showOfferWall was called and the OfferWall failed to load.
toString() String
A string representation of this object.
inherited

Operators

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