$CustomViewabilityMetricConfiguration class Null safety
Used by:
- dfareporting:v3.5 : CustomViewabilityMetricConfiguration
- dfareporting:v4 : CustomViewabilityMetricConfiguration
Constructors
- $CustomViewabilityMetricConfiguration({bool? audible, int? timeMillis, int? timePercent, int? viewabilityPercent})
- $CustomViewabilityMetricConfiguration.fromJson(Map json_)
Properties
- audible ↔ bool?
-
Whether the video must be audible to count an impression.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- timeMillis ↔ int?
-
The time in milliseconds the video must play for the Custom Viewability
Metric to count an impression.
read / write
- timePercent ↔ int?
-
The percentage of video that must play for the Custom Viewability Metric
to count an impression.
read / write
- viewabilityPercent ↔ int?
-
The percentage of video that must be on screen for the Custom Viewability
Metric to count an impression.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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