-
public class VisibilityTrackerResult
-
-
Field Summary
Fields Modifier and Type Field Description private final NativeEventTracker.EventTypeeventTypeprivate final ViewExposureviewExposureprivate final booleanisVisible
-
Constructor Summary
Constructors Constructor Description VisibilityTrackerResult(NativeEventTracker.EventType eventType, ViewExposure viewExposure, boolean isVisible, boolean shouldFireImpression)
-
Method Summary
Modifier and Type Method Description NativeEventTracker.EventTypegetEventType()ViewExposuregetViewExposure()booleanisVisible()booleanshouldFireImpression()booleanequals(Object o)inthashCode()-
-
Constructor Detail
-
VisibilityTrackerResult
VisibilityTrackerResult(NativeEventTracker.EventType eventType, ViewExposure viewExposure, boolean isVisible, boolean shouldFireImpression)
-
-
Method Detail
-
getEventType
NativeEventTracker.EventType getEventType()
-
getViewExposure
ViewExposure getViewExposure()
-
isVisible
boolean isVisible()
-
shouldFireImpression
boolean shouldFireImpression()
-
hashCode
int hashCode()
-
-
-
-