ManagedAppOpenAd class

The class used to interact with the underlying AppOpenAd in a secure and managed way

Constructors

ManagedAppOpenAd(AppOpenAdInitializer _appOpenAdInitializer)

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 ManagedAppOpenAd instance. Note that along with disposing all of the ads managed by the instance, the instance will also no longer be retrievable from MobileAdsManager.instance.managedOpenAd
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showAppOpenAd() → void
Shows the App Open Ad, and automatically disposes it
toString() String
A string representation of this object.
inherited

Operators

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