Package com.pubmatic.sdk.common.session
Interface POBImpDepthHandling
-
- All Implemented Interfaces:
public interface POBImpDepthHandlingThis interface provides methods to handle impression depth.
-
-
Method Summary
Modifier and Type Method Description abstract Unitinitiate()Initiates the impression depth handling. abstract UnitrecordImpression(POBAdFormat placementType)Updates the impression depth map with the impression count for the given placement type. abstract IntegergetImpressions(POBAdFormat placementType)This method returns the impression depth for the given placement type. -
-
Method Detail
-
recordImpression
abstract Unit recordImpression(POBAdFormat placementType)
Updates the impression depth map with the impression count for the given placement type.
- Parameters:
placementType- The placement type for which the impression count needs to be updated.
-
getImpressions
abstract Integer getImpressions(POBAdFormat placementType)
This method returns the impression depth for the given placement type.
- Returns:
The impression depth for the given placement type.
-
-
-
-