Class POBViewabilityTracker

    • Constructor Detail

      • POBViewabilityTracker

        POBViewabilityTracker(View view)
        Constructs exposure tracker for view
        Parameters:
        view - the view on which exposure change is calculated.
      • POBViewabilityTracker

        POBViewabilityTracker(View view, float viewabilityThresholdPercent)
        Constructs exposure tracker for view with given threshold percentage
        Parameters:
        view - the view on which exposure change is calculated.
        viewabilityThresholdPercent - the view ability percent
      • POBViewabilityTracker

        POBViewabilityTracker(View view, int viewabilityThresholdPixelCount)
        Constructs exposure tracker for view with given threshold pixel count
        Parameters:
        view - the view on which exposure change is calculated.
        viewabilityThresholdPixelCount - the view ability pixel count