SiteSettings class
Site Settings
Constructors
- SiteSettings({bool? activeViewOptOut, bool? adBlockingOptOut, bool? disableNewCookie, TagSetting? tagSetting, bool? videoActiveViewOptOutTemplate, String? vpaidAdapterChoiceTemplate})
- SiteSettings.fromJson(Map json_)
Properties
- activeViewOptOut ↔ bool?
-
Whether active view creatives are disabled for this site.
getter/setter pair
- adBlockingOptOut ↔ bool?
-
Whether this site opts out of ad blocking.
getter/setter pair
- disableNewCookie ↔ bool?
-
Whether new cookies are disabled for this site.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tagSetting ↔ TagSetting?
-
Configuration settings for dynamic and image floodlight tags.
getter/setter pair
- videoActiveViewOptOutTemplate ↔ bool?
-
Whether Verification and ActiveView for in-stream video creatives are
disabled by default for new placements created under this site.
getter/setter pair
- vpaidAdapterChoiceTemplate ↔ String?
-
Default VPAID adapter setting for new placements created under this site.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited