AdiveryPlugin class

Constructors

AdiveryPlugin()

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 Methods

addListener({EmptyFunction? onInterstitialLoaded, EmptyFunction? onInterstitialClicked, EmptyFunction? onInterstitialShown, EmptyFunction? onInterstitialClosed, EmptyFunction? onRewardedLoaded, EmptyFunction? onRewardedClicked, EmptyFunction? onRewardedShown, RewardFunction? onRewardedClosed, ErrorFunction? onError}) → void
initialize(String appId) → void
isLoaded(String placementId) Future<bool?>
prepareInterstitialAd(String placementId) → void
prepareRewardedAd(String placementId) → void
setLoggingEnabled(bool isLoggingEnabled) → void
show(String placement) → void