AdsInitialization class

Constructors

AdsInitialization()

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

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 Properties

bannerId String
getter/setter pair
elapsedTime int
getter/setter pair
interstitialAd ↔ InterstitialAd?
getter/setter pair
interstitialId String
getter/setter pair
isLoadInterstitial bool
getter/setter pair
isLoadRewardAd bool
getter/setter pair
isRemainMove bool
getter/setter pair
isShowBanner bool
getter/setter pair
isShowInterstitial bool
getter/setter pair
isShowReward bool
getter/setter pair
isShowRewardAd bool
getter/setter pair
maxElapsedTime int
getter/setter pair
previewsDateTime DateTime
getter/setter pair
rewardAd ↔ RewardedInterstitialAd?
getter/setter pair
rewardId String
getter/setter pair
rewardPoint num
getter/setter pair

Static Methods

adCloseCallBack(String status, dynamic onCallBack(bool isRestartAudio)) → void
getBannerAds(BannerAd bannerAd, double width) Widget
getInterstitial() → void
getRewardedInterstitial(dynamic onCallBack(bool isRestartAudio)) → void
initBannerAd(Function onAdLoaded, Function onAdFailedToLoad) → BannerAd?
initialization() → dynamic
initInterstitial() → void
initRewardedInterstitialAd() → void
isAndroid() → dynamic
isReachedElapsedTime() bool
rewardCallBack(num points) → void

Constants

request → const AdRequest