BannerAdInitializer class

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

Constructors

BannerAdInitializer({required String adUnitId, required AdSize bannerAdSize, AdRequest adRequest = const AdRequest(), BannerAdListener bannerAdListener = const BannerAdListener()})

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
bannerAdListener → BannerAdListener
The optional BannerAdListener to use when loading the ad
final
bannerAdSize → AdSize
The size of the banner Ad
final
hashCode int
The hash code for this object.
no setterinherited
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