AdInstanceManager class
Constructors
- AdInstanceManager(String channelName)
Properties
- channel → MethodChannel
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
adFor(
int adId) → Ad? -
adIdFor(
Ad ad) → int? -
initialize(
String appId) → Future< bool?> -
loadAppOpenAd(
PAGAppOpenAd ad) → Future< void> -
loadInterstitialAd(
PAGInterstitialAd ad) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showAppOpenAd(
PAGAppOpenAd ad) → Future< void> -
showInterstitialAd(
PAGInterstitialAd ad) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited