Package com.naver.ads.visibility
Interface ViewObserverCallback
-
- All Implemented Interfaces:
public interface ViewObserverCallback<T extends ViewObserverEntry>Callback to tracking view intersection.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonFulfilled(T oldEntry, T newEntry)This callback will be invoked when there are changes to targetView's intersection. -
-
Method Detail
-
onFulfilled
abstract Unit onFulfilled(T oldEntry, T newEntry)
This callback will be invoked when there are changes to targetView's intersection.
- Parameters:
oldEntry- previous observer entry.newEntry- current observer entry.
-
-
-
-