Vungle class

Constructors

Vungle()

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

onAdClickedListener OnAdClickedListener
getter/setter pair
onAdEndListener OnAdEndListener
getter/setter pair
onAdFinishedListener OnAdFinishedListener
getter/setter pair
onAdLeftApplicationListener OnAdLeftApplicationListener
getter/setter pair
onAdPlayableListener OnAdPlayableListener?
getter/setter pair
onAdRewardedListener OnAdRewardedListener
getter/setter pair
onAdStartedListener OnAdStartedListener?
getter/setter pair
onAdViewedListener OnAdViewedListener
getter/setter pair
onInitilizeListener OnInitilizeListener?
getter/setter pair

Static Methods

enableBackgroundDownload(bool enabled) → void
Enable background download for Vungle iOS SDK.
getConsentMessageVersion() Future<String>
Get Consent Message version
getConsentStatus() Future<UserConsentStatus>
Get Consent Status
getSDKVersion() Future<String>
Get version of Vungle native SDK
init(String appId) → void
Initialize the flutter plugin for Vungle SDK.
isAdPlayable(String placementId) Future<bool>
Check if ad playable by a placementId
loadAd(String placementId) → void
Load Ad by a placementId
playAd(String placementId) → void
Play ad by a placementId
updateConsentStatus(UserConsentStatus status, String consentMessageVersion) → void
Update Consent Status