PDAAdViewManagerInterface class abstract

Interface for managing PDA (Product Display Ads) advertisement views.

Provides methods for creating and configuring PDA ad widgets with various display settings and event callbacks.

Implementers

Constructors

PDAAdViewManagerInterface()

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, required PDAAdSettings settings}) Widget
Creates a PDA ad widget with the specified configuration.
toString() String
A string representation of this object.
inherited

Operators

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