Class VisibilityTrackerResult
- java.lang.Object
-
- org.prebid.mobile.rendering.models.internal.VisibilityTrackerResult
-
public class VisibilityTrackerResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VisibilityTrackerResult(NativeEventTracker.EventType eventType, ViewExposure viewExposure, boolean isVisible, boolean shouldFireImpression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)NativeEventTracker.EventTypegetEventType()ViewExposuregetViewExposure()inthashCode()booleanisVisible()booleanshouldFireImpression()
-
-
-
Constructor Detail
-
VisibilityTrackerResult
public VisibilityTrackerResult(NativeEventTracker.EventType eventType, ViewExposure viewExposure, boolean isVisible, boolean shouldFireImpression)
-
-
Method Detail
-
getEventType
public NativeEventTracker.EventType getEventType()
-
getViewExposure
public ViewExposure getViewExposure()
-
isVisible
public boolean isVisible()
-
shouldFireImpression
public boolean shouldFireImpression()
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-