AppOpenAdLoader class

This class is responsible for loading an app open ad.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

cancelLoading() Future<void>
inherited
destroy() Future<void>
inherited
loadAd({AdRequestConfiguration? adRequestConfiguration}) Future<void>
Loads a fullscreen ad with the given AdRequestConfiguration.
inherited
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

Static Methods

create({void onAdLoaded(AppOpenAd appOpenAd)?, void onAdFailedToLoad(AdRequestError error)?}) Future<AppOpenAdLoader>