LoadAdUtils class

Constructors

LoadAdUtils()

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

checkHasCache(AdType adType) bool
getAdInfoById(String id) MaxAdInfoBean?
getAdResultByAdType(AdType adType) MaxAdResultBean?
initAdInfo(MaxAdBean bean) → dynamic
loadAd(AdType adType) → dynamic
loadAdFail(String adUnitId) → dynamic
loadAdSuccess(MaxAd ad) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
printDebug(Object? object) → dynamic
removeAdByType(String? adUnitId) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance LoadAdUtils
no setter