IronRewardListener class

Constructors

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

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
onRewarded 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
onRewardedVideoAdClicked(IronSourceRVPlacement placement) → void
Invoked when the video ad is clicked.
onRewardedVideoAdClosed() → void
Invoked when the RewardedVideo ad view is about to be closed.
onRewardedVideoAdEnded() → void
Invoked when the video ad finishes playing.
onRewardedVideoAdOpened() → void
Invoked when the RewardedVideo ad view has opened.
onRewardedVideoAdRewarded(IronSourceRVPlacement placement) → void
Invoked when the user completed the video and should be rewarded.
onRewardedVideoAdShowFailed(IronSourceError error) → void
Invoked when Rewarded Video failed to show.
onRewardedVideoAdStarted() → void
Invoked when the video ad starts playing.
onRewardedVideoAvailabilityChanged(bool isAvailable) → void
Invoked when there is a change in the ad availability status.
toString() String
A string representation of this object.
inherited

Operators

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