-
public final class ImpressionThresholdRepresents a declaration of what should be considered "visible" when tracking/calculating the rows of AbstractContent that are currently visible to the user.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImpressionThreshold.Builder
-
Field Summary
Fields Modifier and Type Field Description private final LongtimeThresholdMillisprivate final DoublepercentageThreshold
-
Constructor Summary
Constructors Constructor Description ImpressionThreshold(Long timeThresholdMillis, Double percentageThreshold)
-
Method Summary
Modifier and Type Method Description final LonggetTimeThresholdMillis()TODO - not yet used How long a row should be in the view-port until it is considered "seen" final DoublegetPercentageThreshold()How much of the view must be in the view-port for it to be considered "seen" -
-
Method Detail
-
getTimeThresholdMillis
final Long getTimeThresholdMillis()
TODO - not yet used How long a row should be in the view-port until it is considered "seen"
-
getPercentageThreshold
final Double getPercentageThreshold()
How much of the view must be in the view-port for it to be considered "seen"
-
-
-
-