AppInterstitialAd class
Handler for InterstitialAd
Constructors
- AppInterstitialAd.fromKey({required String configKey})
-
Setup InterstitialAd handle by key from firebase remote config
configKey
is key of config you save in firebase remote configfactory - AppInterstitialAd.setup({required InterstitialConfig config, VoidCallback? doNext})
Properties
- config ↔ InterstitialConfig
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
run(
[VoidCallback? doNext]) → void - Load or show FullScreen ads then call onNext
-
show(
{VoidCallback? doNext}) → void - Show full screen loaded ads
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited