AdUnitContentAdsSettings class
Settings specific to content ads (AFC) and highend mobile content ads (AFMC
- deprecated).
Constructors
- AdUnitContentAdsSettings({AdUnitContentAdsSettingsBackupOption? backupOption, String? size, String? type})
- AdUnitContentAdsSettings.fromJson(Map json_)
Properties
- backupOption ↔ AdUnitContentAdsSettingsBackupOption?
-
The backup option to be used in instances where no ad is available.
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
- size ↔ String?
-
Size of this ad unit.
getter/setter pair
- type ↔ String?
-
Type of this ad unit.
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