BwtNativeExpressAdLoader class
Methods
-
createBwtAd({required String adId, required Map<String, dynamic>? arguments})
→ BwtNativeExpressAd
-
创建广告
override
-
findBwtAd({required String? adId})
→ BwtNativeExpressAd?
-
根据adId找到广告对象
inherited
-
load({required String posId, required String methodName, Map<String, dynamic>? arguments})
→ dynamic
-
加载广告
inherited
-
loadAd({required String posId, required double adWidth, Map<String, String> scenes = const {}})
→ dynamic
-
加载广告
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
onAdClickCallback(BwtNativeExpressAd bwtAd)
→ dynamic
-
广告被点击回调
inherited
-
onAdCloseCallback(BwtNativeExpressAd bwtAd)
→ dynamic
-
广告被关闭回调
override
-
onAdExposeCallback(BwtNativeExpressAd bwtAd)
→ dynamic
-
广告曝光回调
inherited
-
onAdFailedCallback(String? error)
→ dynamic
-
广告加载失败回调
inherited
-
onAdLoadCallback(BwtNativeExpressAd bwtAd)
→ dynamic
-
广告加载成功回调
override
-
onAdMeasured(BwtNativeExpressAd bwtAd, double width, double height)
→ dynamic
-
广告视图测量回调
-
release()
→ dynamic
-
释放广告
inherited
-
toString()
→ String
-
A string representation of this object.
inherited