PublisherInterstitialAd class

A full-screen interstitial ad for use with Ad Manager.

Inheritance

Constructors

PublisherInterstitialAd({required String adUnitId, required AdListener listener, required PublisherAdRequest request})
Creates an PublisherInterstitialAd.

Properties

adUnitId String
Identifies the source of Ads for your application.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
listener AdListener
Receive callbacks from Ad lifecycle events.
finalinherited
request PublisherAdRequest
Targeting information used to fetch an Ad.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Free the plugin resources associated with this ad.
inherited
isLoaded() Future<bool>
Whether this Ad.load has been called for this Ad and AdListener.onAdLoaded callback has been called.
inherited
load() Future<void>
Start loading this ad.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() Future<void>
Display this on top of the application.
inherited
toString() String
A string representation of this object.
inherited

Operators

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