AdsManager class

Constructors

AdsManager()

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

bannerCollapsibleHolder BannerHolder
getter/setter pair
bannerHolder BannerHolder
getter/setter pair
interHolder InterHolder
getter/setter pair
isTestDevice bool
getter/setter pair
nativeHolder NativeHolder
getter/setter pair
rewardHolder RewardHolder
getter/setter pair

Static Methods

checkAdsTest(String headline) → dynamic
loadAndShowInter(BuildContext context, InterHolder interHolder, dynamic onAdClosed()) → dynamic
loadAndShowRewardInter(BuildContext context, RewardHolder rewardHolder, {required dynamic onEarned(), required dynamic onAdClosed(), required dynamic onAdFail()}) → dynamic
loadBanner(BuildContext context, BannerHolder bannerHolder) → dynamic
loadBannerCollapsibleBottom(BuildContext context, BannerHolder bannerHolder) → dynamic
loadNativeMediumWithLayout(BuildContext context, NativeHolder nativeHolder) → dynamic
showNativeMediumWithLayout(BuildContext context, NativeHolder nativeHolder) Widget