GoogleAds class

Inheritance
  • Object
  • NetworkInterface
  • GoogleAds

Constructors

Properties

hashCode int
The hash code for this object.
no setterinherited
interstitialAd ↔ InterstitialAd?
getter/setter pair
rewardedAd ↔ RewardedAd?
getter/setter pair
rewardedInterstitialAd ↔ RewardedInterstitialAd?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAdUnites() List<AdModule>
override
getBannerAd() Widget
override
getNativeAd() Widget
override
initNetwork() Future<bool>
override
isInterAdLoaded() bool
override
isNetworkInit() bool
override
isRewardAdLoaded() bool
override
isRewardInterAdLoaded() bool
override
loadAndShowInterAd({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
loadAndShowRewardAd({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
loadAndShowRewardInter({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
loadInterAd({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
loadRewardAd({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
loadRewardInter({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showInterAd({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
showRewardAd({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
showRewardInter({AdModuleWithCallBacks? adModuleCallBacks}) → void
override
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance GoogleAds
no setter