MultiAdCarouselViewManager class
Concrete implementation of MultiAdCarouselViewManagerInterface.
Manages the creation and configuration of multi-ad carousel widgets using the provided SDK configuration.
- Implemented types
Constructors
- MultiAdCarouselViewManager(OsmosConfig _config)
- Creates a MultiAdCarouselViewManager 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
-
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, Map? clickedItemData, String? destinationUrl)?, void onViewAppeared(Map? adData, String? trackingId)?}) → Widget -
Creates a multi-ad carousel widget with the specified configuration.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited