AppLovinMAX class

Constructors

AppLovinMAX()

Properties

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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Properties

channel MethodChannel
getter/setter pair

Static Methods

createBanner(String adUnitId, AdViewPosition position) → void
createMRec(String adUnitId, AdViewPosition position) → void
destroyBanner(String adUnitId) → void
destroyMRec(String adUnitId) → void
getConsentDialogState() Future<int?>
PRIVACY APIs
hasUserConsent() Future<bool?>
hideBanner(String adUnitId) → void
hideMRec(String adUnitId) → void
initialize(String sdkKey) Future<Map?>
isAgeRestrictedUser() Future<bool?>
isDoNotSell() Future<bool?>
isInitialized() Future<bool?>
isInterstitialReady(String adUnitId) Future<bool?>
isRewardedAdReady(String adUnitId) Future<bool?>
loadInterstitial(String adUnitId) → void
loadRewardedAd(String adUnitId) → void
setBannerBackgroundColor(String adUnitId, String hexColorCodeString) → void
setBannerExtraParameter(String adUnitId, String key, String value) → void
setBannerListener(AdViewAdListener listener) → void
BANNERS
setBannerPlacement(String adUnitId, String placement) → void
setDoNotSell(bool isDoNotSell) → void
setHasUserConsent(bool hasUserConsent) → void
setInterstitialExtraParameter(String adUnitId, String key, String value) → void
setInterstitialListener(InterstitialListener listener) → void
Interstitials
setIsAgeRestrictedUser(bool isAgeRestrictedUser) → void
setMRecListener(AdViewAdListener listener) → void
MRECs
setMRecPlacement(String adUnitId, String placement) → void
setMuted(bool muted) → void
setRewardedAdExtraParameter(String adUnitId, String key, String value) → void
setRewardedAdListener(RewardedAdListener listener) → void
Rewarded Ads
setTestDeviceAdvertisingIds(List advertisingIdentifiers) → void
setUserId(String userId) → void
GENERAL PUBLIC API
setVerboseLogging(dynamic enabled) → void
showBanner(String adUnitId) → void
showInterstitial(String adUnitId, {dynamic placement, dynamic customData}) → void
showMediationDebugger() → void
showMRec(String adUnitId) → void
showRewardedAd(String adUnitId, {dynamic placement, dynamic customData}) → void
updateBannerPosition(String adUnitId, AdViewPosition position) → void
updateMRecPosition(String adUnitId, AdViewPosition position) → void

Constants

version → const String