IronSourceRewardedVideoListener class abstract

Rewarded Video

Implementers
Annotations
  • @Deprecated("This class has been deprecated as of SDK 7.3.0. Please use LevelPlayRewardedVideoListener 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
onRewardedVideoAdClicked(IronSourceRewardedVideoPlacement 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(IronSourceRewardedVideoPlacement 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