InterstitialAdViewManager class
Concrete implementation of InterstitialAdViewManagerInterface.
Manages the display and lifecycle of interstitial advertisement views using the provided SDK configuration.
- Implemented types
Constructors
- InterstitialAdViewManager(OsmosConfig _config)
- Creates an InterstitialAdViewManager with the specified configuration.
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
-
dispose(
) → void -
Disposes the current instance by canceling any active event subscriptions.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showAd(
{required BuildContext context, required Map< String, dynamic> adData, int? width, int? height, String? alignment, String? adLabelText, Alignment? adLabelAlignment, int? x, int? y, void onAdClicked(Map? ad)?, void onAdAppeared(Map? ad, String? tracking)?}) → Future<void> ? -
Displays an interstitial ad with the specified configuration.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited