ManagedBannerAd class

Constructors

ManagedBannerAd(BannerAdInitializer _bannerAdInitializer)

Properties

adUnitId String
The Ad Unit Id of the ad managed by this instance
latefinal
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() → void
Disposes all resources used by the ManagedBannerAd instance. Along with disposing all of the ads managed by the instance, the instance will also no longer be retrievable from MobileAdsManager.instance.getManagedBannerAd, or MobileAdsManager.instance.getAllManagedBannerAds
getAd() → BannerAd
Used to retrieve the banner ad.
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