AdWithoutView class abstract

An Ad that is overlaid on top of the UI.

Inheritance
Implementers

Constructors

AdWithoutView({required String adUnitId})
Default constructor used by subclasses.

Properties

adUnitId String
Identifies the source of Ads for your application.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
onPaidEvent OnPaidEventCallback?
Callback to be invoked when an ad is estimated to have earned money. Available for allowlisted accounts only.
getter/setter pair
responseInfo ResponseInfo?
Contains information about the loaded request.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Frees the plugin resources associated with this ad.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setImmersiveMode(bool immersiveModeEnabled) Future<void>
Sets whether this ad will be displayed in immersive mode (Android only).
toString() String
A string representation of this object.
inherited

Operators

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