TeadsNativeAd class

Represents an ad that will be displayed by the native code of the application. The ad display is fully customizable.

Your class widget should conform to TeadsAdDelegate in order to follow the ad lifecycle.

At the opposite of TeadsInReadAd object, the TeadsNativeAd only contains informations that needs to be displayed. It does not create any view for the actual display: your application is responsible of the ad rendering. We strongly advise to use TeadsNativeAdView to bind your TeadsNativeAd instance.

Inheritance

Constructors

TeadsNativeAd(String requestIdentifier)

Properties

channel MethodChannel
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
requestIdentifier String
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDelegate(TeadsAdDelegate delegate) → dynamic
inherited
setPlaybackDelegate(TeadsPlaybackDelegate playbackDelegate) → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

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