Package 

Class ImpressionThreshold


  • 
    public final class ImpressionThreshold
    
                        

    Represents a declaration of what should be considered "visible" when tracking/calculating the rows of AbstractContent that are currently visible to the user.

    • Method Summary

      Modifier and Type Method Description
      final Long getTimeThresholdMillis() TODO - not yet used How long a row should be in the view-port until it is considered "seen"
      final Double getPercentageThreshold() How much of the view must be in the view-port for it to be considered "seen"
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ImpressionThreshold

        ImpressionThreshold(Long timeThresholdMillis, Double percentageThreshold)
    • 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"