Class ViewExposure
- java.lang.Object
-
- org.prebid.mobile.rendering.utils.exposure.ViewExposure
-
public class ViewExposure extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ViewExposure()ViewExposure(float exposurePercentage, android.graphics.Rect visibleRectangle, java.util.List<android.graphics.Rect> occlusionRectangleList)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)floatgetExposurePercentage()inthashCode()java.lang.StringtoString()
-
-
-
Method Detail
-
getExposurePercentage
public float getExposurePercentage()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-