NativeAdCustomOptions class

Constructors

NativeAdCustomOptions({required AdStarsConfig adStarsConfig, required AdPriceConfig adPriceConfig, required AdStoreConfig adStoreConfig, required AdHeadlineConfig adHeadlineConfig, required AdAdvertiserConfig adAdvertiserConfig, required AdIconConfig adIconConfig, required AdBodyConfig adBodyConfig, required AdActionButtonConfig adActionButtonConfig, String backgroundColor = "#000000"})

Properties

adActionButtonConfig AdActionButtonConfig
final
adAdvertiserConfig AdAdvertiserConfig
final
adBodyConfig AdBodyConfig
final
adHeadlineConfig AdHeadlineConfig
final
adIconConfig AdIconConfig
final
adPriceConfig AdPriceConfig
final
adStarsConfig AdStarsConfig
final
adStoreConfig AdStoreConfig
final
backgroundColor String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toMap Map<String, Object>
Convert to map to pass to customOptions in NativeAd
no setter

Methods

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

Static Methods

defaultConfig({AdStarsConfig? adStarsConfig, AdPriceConfig? adPriceConfig, AdStoreConfig? adStoreConfig, AdHeadlineConfig? adHeadlineConfig, AdAdvertiserConfig? adAdvertiserConfig, AdIconConfig? adIconConfig, AdBodyConfig? adBodyConfig, AdActionButtonConfig? adActionButtonConfig, String backgroundColor = "#000000"}) NativeAdCustomOptions
Generates default options