CarouselAdViewManagerInterface class abstract

Interface for managing carousel advertisement views.

Provides methods for creating and configuring carousel ad widgets with swipeable content and event callbacks.

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showAd({required Map<String, dynamic> adData, double? height, double? width, String? adLabelText, Alignment? adLabelAlignment, void onAdClick(Map? adData)?, void onViewAppeared(Map? adData, String? trackId)?}) → Widget
Creates a carousel ad widget with the specified configuration.
toString() → String
A string representation of this object.
inherited

Operators

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