AdsterRewardedAdCallback class
Constructors
- AdsterRewardedAdCallback.new({required VoidCallback onAdClicked, required VoidCallback onAdImpression, required void onUserEarnedReward(int? rewardAmount), required VoidCallback onVideoComplete, required VoidCallback onVideoClosed, required VoidCallback onVideoStart})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onAdClicked → VoidCallback
-
final
- onAdImpression → VoidCallback
-
final
- onUserEarnedReward → void Function(int? rewardAmount)
-
final
- onVideoClosed → VoidCallback
-
final
- onVideoComplete → VoidCallback
-
final
- onVideoStart → VoidCallback
-
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