TeadsNativeAdPlacement class

Native ad placement to request native ads.

This class is reponsible for performing request and is tied to you PID (placement identifier). In order to create placement, you should call the Teads method createNativePlacement().

See Native implementation guide documentation.

Inheritance

Properties

channel MethodChannel
no setterinherited
delegate TeadsAdPlacementDelegate?
The delegate needed to follow the ad placement lifecycle.
getter/setter pairinherited
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
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
requestAd(TeadsAdRequestSettings requestSettings) Future<String>
Request a Native ad on this placement. listen for events by implementing TeadsNativeAdPlacementDelegate.
override
toString() String
A string representation of this object.
inherited

Operators

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