NativeAdmobController class

Constructors

NativeAdmobController()

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stateChanged Stream<AdLoadState>
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reloadAd({bool forceRefresh = false, int numberAds = 1}) → void
Reload new ad with specific native ad id
setAdUnitID(String adUnitID, {int numberAds = 1}) → void
Change the ad unit ID
setNonPersonalizedAds(bool nonPersonalizedAds) → void
Set the option to disable the personalized Ads
setTestDeviceIds(List<String> ids) → void
toString() String
A string representation of this object.
inherited

Operators

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