InterstitialAd class

A full-screen interstitial ad for the Mintegral Plugin.

Inheritance

Properties

adLoadCallback InterstitialAdLoadCallback
Callback to be invoked when the ad finishes loading.
final
fullScreenContentCallback FullScreenContentCallback<InterstitialAd>?
Callbacks to be invoked when ads show and dismiss full screen content.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mBridgeIds MBridgeIds?
getter/setter pairinherited
placementId String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitId String
finalinherited

Methods

dispose() Future<void>
Frees the plugin resources associated with this ad.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPause() Future<void>
inherited
onResume() Future<void>
inherited
show() Future<void>
Displays this on top of the application.
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

load({required String placementId, required String unitId, required InterstitialAdLoadCallback adLoadCallback}) Future<void>
Loads an InterstitialAd with the given placementId and unitId.