Package com.naver.ads.visibility
Interface ImpressionObserverCallback
-
- All Implemented Interfaces:
-
com.naver.ads.visibility.ViewObserverCallback
public interface ImpressionObserverCallback<T extends ViewObserverEntry> implements ViewObserverCallback<T>
Callback to tracking impression of the view.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonFulfilled(Set<Long> timeMillisSet)When interfacing with the ViewObserver.addImpressionObserver, the added visibilityTimeMillis or the existing values in the visibilityTimeMillisSet can be returned. -
-
Method Detail
-
onFulfilled
abstract Unit onFulfilled(Set<Long> timeMillisSet)
When interfacing with the ViewObserver.addImpressionObserver, the added visibilityTimeMillis or the existing values in the visibilityTimeMillisSet can be returned.
- Parameters:
timeMillisSet- the set of time millis over which a given percentage or size of visible area is accumulated and exposed.
-
-
-
-