LevelPlayRewardedVideoListener class abstract

LevelPlay Listener for Rewarded Video

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
onAdAvailable(IronSourceAdInfo adInfo) → void
Indicates that there's an available ad.
onAdClicked(IronSourceRewardedVideoPlacement placement, IronSourceAdInfo adInfo) → void
Invoked when the video ad was clicked.
inherited
onAdClosed(IronSourceAdInfo adInfo) → void
The Rewarded Video ad view is about to be closed.
inherited
onAdOpened(IronSourceAdInfo adInfo) → void
The Rewarded Video ad view has opened.
inherited
onAdRewarded(IronSourceRewardedVideoPlacement placement, IronSourceAdInfo adInfo) → void
The user completed to watch the video, and should be rewarded.
inherited
onAdShowFailed(IronSourceError error, IronSourceAdInfo adInfo) → void
The rewarded video ad failed to show.
inherited
onAdUnavailable() → void
Indicates that no ads are available to be displayed.
toString() String
A string representation of this object.
inherited

Operators

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