AdWithoutView class abstract

An Ad that is overlaid on top of the UI.

Inheritance
Implementers

Constructors

AdWithoutView({required String adUnitId, required AdListener listener})
Default constructor used by subclasses.
const

Properties

adUnitId String
Identifies the source of Ads for your application.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
listener AdListener
Receive callbacks from Ad lifecycle events.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

dispose() Future<void>
Free the plugin resources associated with this ad.
inherited
isLoaded() Future<bool>
Whether this Ad.load has been called for this Ad and AdListener.onAdLoaded callback has been called.
inherited
load() Future<void>
Start loading this ad.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
show() Future<void>
Display this on top of the application.
toString() String
A string representation of this object.
inherited

Operators

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