AdWithView class abstract

Base class for mobile Ad that has an in-line view.

A valid placementId and unitId are required.

Inheritance
Implementers

Constructors

AdWithView({required String placementId, required String unitId, required AdWithViewListener listener})
Default constructor, used by subclasses.

Properties

hashCode int
The hash code for this object.
no setterinherited
listener AdWithViewListener
The AdWithViewListener for the ad.
final
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
load() Future<void>
Starts loading this ad.
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