SplashAd class

A full-screen app open ad for the Mintegral Plugin.

Inheritance

Properties

adLoadCallback SplashAdLoadCallback
Listener for ad load events.
final
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
splashContentCallback SplashContentCallback<SplashAd>?
Callbacks to be invoked when ads show and dismiss full screen content.
getter/setter pair
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>
Display 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 SplashAdLoadCallback adLoadCallback}) Future<void>