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? -
disposeAd(
Ad ad) → Future< void> -
getAdSize(
Ad ad) → Future< BannerAdSize?> -
getVersionString(
) → Future< String> -
getVponID(
) → Future< String?> -
initialize(
) → Future< void> -
isWidgetAdIdMounted(
int adId) → bool -
loadBannerAd(
BannerAd ad) → Future< void> -
loadInterstitialAd(
InterstitialAd ad) → Future< void> -
loadNativeAd(
NativeAd ad) → Future< void> -
mountWidgetAdId(
int adId) → void -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
noticeApplicationAudioDidEnd(
) → Future< void> -
noticeApplicationAudioWillStart(
) → Future< void> -
setAudioApplicationManaged(
bool isManaged) → Future< void> -
setConsentStatus(
int value) → Future< void> -
setLocationManagerEnable(
bool isEnable) → Future< void> -
setLogLevel(
int level) → Future< void> -
showAdWithoutView(
AdWithoutView ad) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
unmountWidgetAdId(
int adId) → void -
updateRequestConfiguration(
VponRequestConfiguration requestConfiguration) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited