Package com.pubmatic.sdk.webrendering.ui
Interface POBViewabilityTracker.OnViewabilityChangedListener
-
- All Implemented Interfaces:
public interface POBViewabilityTracker.OnViewabilityChangedListenerInterface definition for a callback to be invoked when layout change happens with respect to view and threshold.
-
-
Method Summary
Modifier and Type Method Description abstract voidonViewabilityChanged(boolean viewability)Callback method to be invoked when a view ability update happens on view with respect to view ability threshold. -
-
Method Detail
-
onViewabilityChanged
abstract void onViewabilityChanged(boolean viewability)
Callback method to be invoked when a view ability update happens on view with respect to view ability threshold.
- Parameters:
viewability- True if view is visible with respect to threshold else false.
-
-
-
-