OSETNativeAdLoader class

Inheritance

Constructors

OSETNativeAdLoader()

Properties

adId String
no setterinherited
adList List<OSETNativeAd>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
onAdClick OnOSETAdEvent<OSETNativeAd>?
getter/setter pairinherited
onAdClose OnOSETAdEvent<OSETNativeAd>?
getter/setter pairinherited
onAdExpose OnOSETAdEvent<OSETNativeAd>?
getter/setter pairinherited
onAdFailed OnOSETAdFailed<String>?
getter/setter pairinherited
onAdLoad OnOSETAdEvent<OSETNativeAd>?
getter/setter pairinherited
onAdRenderSuccess OnOSETAdEvent<OSETNativeAd>?
getter/setter pairinherited
onAdReward OnOSETAdEvent<OSETNativeAd>?
getter/setter pairinherited
onAdTimeOver OnOSETAdEvent<OSETNativeAd>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createOSETAd({required String adId, required Map<String, dynamic>? arguments}) OSETNativeAd
创建广告
override
findOSETAd({required String? adId}) OSETNativeAd?
根据adId找到广告对象
inherited
load({required String posId, required String methodName, Map<String, dynamic>? arguments}) → dynamic
加载广告
inherited
loadAd({required String posId, required double adWidth}) → dynamic
加载广告
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onAdClickCallback(OSETNativeAd osetAd) → dynamic
广告被点击回调
inherited
onAdCloseCallback(OSETNativeAd osetAd) → dynamic
广告被关闭回调
override
onAdExposeCallback(OSETNativeAd osetAd) → dynamic
广告曝光回调
inherited
onAdFailedCallback(String? error) → dynamic
广告加载失败回调
inherited
onAdLoadCallback(OSETNativeAd osetAd) → dynamic
广告加载成功回调
override
onAdMeasured(OSETNativeAd osetAd, double width, double height) → dynamic
广告视图测量回调
onAdRenderSuccessCallBack(OSETNativeAd osetAd) → dynamic
广告渲染成功回调
inherited
onAdRewardCallback(OSETNativeAd osetAd) → dynamic
广告奖励回调
inherited
onAdTimeOverCallback(OSETNativeAd osetAd) → dynamic
短视频奖励回调
inherited
release() → dynamic
释放广告
inherited
toString() String
A string representation of this object.
inherited

Operators

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