NetworkInterface class abstract

Constructors

NetworkInterface()

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

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

Operators

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