InterstitialAdInitializer class

The class used to provide information on the interstitial ads to be initialized

Constructors

InterstitialAdInitializer({required String adUnitId, required int count, FullScreenContentCallback<InterstitialAd>? fullScreenContentCallback, InterstitialAdLoadCallback? interstitialAdLoadCallback, AdRequest adRequest = const AdRequest()})

Properties

adRequest → AdRequest
The optional AdRequest to use when loading the ad
final
adUnitId String
The Ad Unit Id of the ad to be initialized
final
count int
The number of Ads an instance of ManagedInterstitialAdQueue initialized with this instance will always try to pre-load and keep 'on-hand'
final
fullScreenContentCallback → FullScreenContentCallback<InterstitialAd>?
The optional FullScreenContentCallback to attach to each InterstitialAd managed by an instance of ManagedInterstitialAdQueue initialized with this instance
final
hashCode int
The hash code for this object.
no setterinherited
interstitialAdLoadCallback → InterstitialAdLoadCallback?
The optional InterstitialAdLoadCallback to attach to each InterstitialAd managed by an instance of ManagedInterstitialAdQueue initialized with this instance
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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