Ad class abstract

The base class for all ads.

A valid placementId and unitId is required.

Implementers

Constructors

Default constructor, used by subclasses.

Properties

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

Methods

dispose() Future<void>
Frees the plugin resources associated with this ad.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onPause() Future<void>
onResume() Future<void>
toString() String
A string representation of this object.
inherited

Operators

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