AdRewarded class
- Inheritance
-
- Object
- AdEventsHandler
- AdRewarded
Constructors
-
AdRewarded({required String adUnitId, required void listener(BilAdEvents, Map<
String, dynamic> )}) - Create an Interstitial.
Properties
- adUnitId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ int
-
getter/setter pair
-
isReady
→ Future<
bool> -
no setter
-
listener
→ void Function(BilAdEvents, Map<
String, dynamic> ) -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
) → void -
destroy(
) → void -
handleEvent(
MethodCall call) → Future -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
preLoad(
) → void -
show(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited