BwtSplashAdLoader class
- Inheritance
-
- Object
- BwtAdLoader<
BwtAd> - BwtSplashAdLoader
Constructors
Properties
-
adList
→ List<
BwtAd> -
no setterinherited
- adLoaderId → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
-
onAdClick
↔ OnBwtAdEvent<
BwtAd> ? -
getter/setter pairinherited
-
onAdClose
↔ OnBwtAdEvent<
BwtAd> ? -
getter/setter pairinherited
-
onAdExpose
↔ OnBwtAdEvent<
BwtAd> ? -
getter/setter pairinherited
-
onAdFailed
↔ OnBwtAdFailed<
String> ? -
getter/setter pairinherited
-
onAdLoad
↔ OnBwtAdEvent<
BwtAd> ? -
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createBwtAd(
{required String adId, required Map< String, dynamic> ? arguments}) → BwtAd -
创建广告
override
-
findBwtAd(
{required String? adId}) → BwtAd? -
根据adId找到广告对象
inherited
-
load(
{required String posId, required String methodName, Map< String, dynamic> ? arguments}) → dynamic -
加载广告
inherited
-
loadAd(
{required String posId, String backgroundName = '', String logoName = ''}) → dynamic - 加载广告
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onAdClickCallback(
BwtAd bwtAd) → dynamic -
广告被点击回调
inherited
-
onAdCloseCallback(
BwtAd bwtAd) → dynamic -
广告被关闭回调
inherited
-
onAdExposeCallback(
BwtAd bwtAd) → dynamic -
广告曝光回调
inherited
-
onAdFailedCallback(
String? error) → dynamic -
广告加载失败回调
inherited
-
onAdLoadCallback(
BwtAd bwtAd) → dynamic -
广告加载成功回调
inherited
-
release(
) → dynamic -
释放广告
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited