InterstitialAd class
Constructors
- InterstitialAd({required String adSlotId, @deprecated bool? openInHmsCore, AdParam? adParam, AdListener? listener, RewardAdListener? rewardAdListener})
Properties
- adParam ↔ AdParam
-
getter/setter pair
- adSlotId ↔ String
-
getter/setter pair
- getAdListener → AdListener?
-
no setter
- getRewardAdListener → RewardAdListener?
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
no setter
- openInHmsCore ↔ bool?
-
getter/setter pair
- rId → int
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setAdListener ← AdListener
-
no getter
- setRewardAdListener ← RewardAdListener
-
no getter
Methods
-
destroy(
) → Future< bool?> -
isLoaded(
) → Future< bool?> -
isLoading(
) → Future< bool?> -
loadAd(
) → Future< bool?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
show(
) → Future< bool?> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
interstitialAds
→ Map<
int, InterstitialAd?> -
final