NewLoadIosAd class
新版加载广告
Constructors
- NewLoadIosAd({required bool interAd, required IosLoadAdResultCallback iosLoadAdResultCallback})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- interAd ↔ bool
-
getter/setter pair
- iosLoadAdResultCallback ↔ IosLoadAdResultCallback
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
checkHasCache(
String adId) → bool -
deleteCache(
String? adId) → dynamic -
getAdInfoBeanById(
String id) → AdInfoData? -
getCashAd(
) → LoadResultData? -
getHasCacheResultList(
) → List< LoadResultData> -
loadAdById(
AdInfoData value) → bool -
loadAdFail(
String id) → dynamic -
loadAdSuccess(
MaxAd ad) → dynamic -
loadAllAd(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateAdList(
List< AdInfoData> adInfoList) → dynamic
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited