$ActiveViewVideoViewabilityMetricConfig class Null safety

Used by:

  • displayvideo:v1 : ActiveViewVideoViewabilityMetricConfig
  • displayvideo:v2 : ActiveViewVideoViewabilityMetricConfig

Constructors

$ActiveViewVideoViewabilityMetricConfig({String? displayName, String? minimumDuration, String? minimumQuartile, String? minimumViewability, String? minimumVolume})
$ActiveViewVideoViewabilityMetricConfig.fromJson(Map json_)

Properties

displayName String?
The display name of the custom metric.
read / write
hashCode int
The hash code for this object.
read-onlyinherited
minimumDuration String?
The minimum visible video duration required (in seconds) in order for an impression to be recorded.
read / write
minimumQuartile String?
The minimum visible video duration required, based on the video quartiles, in order for an impression to be recorded.
read / write
minimumViewability String?
The minimum percentage of the video ad's pixels visible on the screen in order for an impression to be recorded.
read / write
minimumVolume String?
The minimum percentage of the video ad's volume required in order for an impression to be recorded.
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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