OnRewardEarnedListener class
A functional interface for listening to reward events.
Implement this interface to handle events where a user earns a reward from interacting with an ad.
Constructors
- OnRewardEarnedListener.new(dynamic onUserEarnedReward(AdContentInfo ad))
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onUserEarnedReward → void Function(AdContentInfo ad)
-
Called when a user earns a reward from the ad.
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited