AdWithoutView class abstract

An Ad that is overlaid on top of the UI.

Inheritance
Implementers

Constructors

AdWithoutView({required String placementId, required String unitId})
Default constructor used by subclasses.

Properties

hashCode int
The hash code for this object.
no setterinherited
mBridgeIds MBridgeIds?
getter/setter pairinherited
placementId String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unitId String
finalinherited

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
onPause() Future<void>
inherited
onResume() Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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