FunctionalInterstitialAd class

Constructors

FunctionalInterstitialAd()

Properties

no setter
hashCode int
The hash code for this object.
no setterinherited
isReady → dynamic
no setter
loadAdError LoadAdError?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createAdLoadCallback(InterstitialAdLoadCallback? userCallback) InterstitialAdLoadCallback
dispose() → void
load({required dynamic adUnitId, AdRequest? request, InterstitialAdLoadCallback? adLoadCallback}) Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show({bool? immersiveMode, FullScreenContentCallback<InterstitialAd>? fullScreenContentCallback}) Future
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

loadAndShow({required String adUnitId}) Future<void>