NativeAdManager class
Constructors
- NativeAdManager({dynamic onAdLoaded(String)?, dynamic onAdError(String)?, dynamic onAdShown(String)?, dynamic onAdClosed(String)?})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLoading → bool
-
no setter
- isReady → bool
-
no setter
- onAdClosed ↔ dynamic Function(String)?
-
getter/setter pair
- onAdError ↔ dynamic Function(String)?
-
getter/setter pair
- onAdLoaded ↔ dynamic Function(String)?
-
getter/setter pair
- onAdShown ↔ dynamic Function(String)?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → AdState
-
no setter
Methods
-
dispose(
) → void -
getAd(
) → NativeAd? -
initialize(
String? adUnitId) → void -
loadAd(
) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
reload(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited