IronSourceRewardedVideoManualListener class abstract

Manual Load RV

Implemented types
Annotations
  • @Deprecated("This class has been deprecated as of SDK 7.3.0. Please use LevelPlayRewardedVideoManualListener 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.
inherited
onRewardedVideoAdClosed() → void
Invoked when the RewardedVideo ad view is about to be closed.
inherited
onRewardedVideoAdEnded() → void
Invoked when the video ad finishes playing.
inherited
onRewardedVideoAdLoadFailed(IronSourceError error) → void
Invoked when no ad was loaded.
onRewardedVideoAdOpened() → void
Invoked when the RewardedVideo ad view has opened.
inherited
onRewardedVideoAdReady() → void
Invoked when the ad is ready and can be displayed on the device
onRewardedVideoAdRewarded(IronSourceRewardedVideoPlacement placement) → void
Invoked when the user completed the video and should be rewarded.
inherited
onRewardedVideoAdShowFailed(IronSourceError error) → void
Invoked when Rewarded Video failed to show.
inherited
onRewardedVideoAdStarted() → void
Invoked when the video ad starts playing.
inherited
onRewardedVideoAvailabilityChanged(bool isAvailable) → void
Invoked when there is a change in the ad availability status.
inherited
toString() String
A string representation of this object.
inherited

Operators

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