AdConfiguration class Null safety

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
read / write
hashCode int
The hash code for this object. [...]
read-only, inherited
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.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
vastAttributes List<VastAttribute>?
Custom VAST attributes to be used when fetching ads.
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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