InterstitialAd class

This class is responsible for loading an interstitial ad.

Properties

adUnitId String
latefinalinherited
hashCode int
The hash code for this object.
no setterinherited
isLoaded bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

destroy() Future<void>
inherited
load({AdRequest? adRequest}) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() Future<void>
inherited
toString() String
A string representation of this object.
inherited
waitForDismiss() Future<void>

Operators

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

Static Methods

create({required String adUnitId, void onAdLoaded()?, void onAdFailedToLoad(AdLoadError error)?, void onAdShown()?, void onAdDismissed()?, void onAdClicked()?, void onLeftApplication()?, void onReturnedToApplication()?, void onImpression(String? impressionData)?}) Future<InterstitialAd>