RewardedAd class

Constructors

RewardedAd(String adUnitId, void listener(RewardedAdEvent, dynamic)?, {bool reloadOnDismissed = false})

Properties

adUnitId String
final
hashCode int
The hash code for this object.
no setterinherited
isAvailable Future<bool>
no setter
isDestroyed Future<bool>
no setter
listener → (void Function(RewardedAdEvent, dynamic)?)
final
reloadOnDismissed bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroy() Future<void>
loadAd() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showAd() Future<bool>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

CHANNEL_REWARDED → const String