TeadsAdPlacement class abstract

Root ad placement inherited by TeadsInReadAdPlacement & TeadsNativeAdPlacement.

Implementers

Constructors

TeadsAdPlacement(TeadsAdPlacementDelegate? delegate, MethodChannel _channel)

Properties

channel MethodChannel
no setter
delegate TeadsAdPlacementDelegate?
The delegate needed to follow the ad placement lifecycle.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

methodCallHandler(MethodCall call) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAd(TeadsAdRequestSettings requestSettings) Future<String>
Request a Teads ad.
toString() String
A string representation of this object.
inherited

Operators

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