SliderAdViewManagerInterface class abstract

Interface for managing slider advertisement views.

Provides methods for displaying slider advertisements with customizable positioning and lifecycle management.

Implementers

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.
hideSlider() → void
Hides the currently displayed slider ad.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
resumeSlider() → void
Resumes the currently displayed slider ad.
showAd({required BuildContext context, required Map<String, dynamic> adData, int? width, int? height, int? x, int? y, void onAdClicked(Map? ad)?, void onAdAppeared(Map? ad, String? trackingId)?}) Future<void>?
Displays a slider ad with the specified configuration.
toString() String
A string representation of this object.
inherited

Operators

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