AdConfiguration class

Constructors

AdConfiguration({List<VastAttribute>? vastAttributes, bool? requiresAds, double? adsFetchTimeout})

Properties

adsFetchTimeout double?
Specifies the timeout(The unit of time is seconds) to be applied when ads are required. Default value is 10. This property is ignored when requiresAd is false
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
requiresAds bool?
Indicates that the feed is dependent on ads being fetched before displaying any feed content. Default value is false. Warning: This will cause a delay in feed rendering. Use only when necessary. Only supported on iOS.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vastAttributes List<VastAttribute>?
Custom VAST attributes to be used when fetching ads.
getter/setter pair

Methods

deepCopy() AdConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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