Yodo1MAS class

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

dismissBannerAd() → void
init(String appKey, bool enablePrivacyDialog, dynamic callback(bool successful)?) → void
isBannerAdLoaded() Future<bool?>
isInterstitialAdLoaded() Future<bool?>
isRewardAdLoaded() Future<bool?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setBannerListener(dynamic callback(int event, String message)?) → void
setInterstitialListener(dynamic callback(int event, String message)?) → void
setRewardListener(dynamic callback(int event, String message)?) → void
showBannerAd() → void
showInterstitialAd() → void
showRewardAd() → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance Yodo1MAS
final

Constants

AD_EVENT_CLOSED → const int
AD_EVENT_EARNED → const int
AD_EVENT_ERROR → const int
AD_EVENT_OPENED → const int
AD_TYPE_BANNER → const int
AD_TYPE_INTERSTITIAL → const int
AD_TYPE_REWARD → const int