Package com.pubmatic.sdk.webrendering.ui
Interface POBAdVisibilityListener
-
- All Implemented Interfaces:
public interface POBAdVisibilityListenerInterface to listen the ad visibility state. It mainly invoked from the AdView UI class.
-
-
Method Summary
Modifier and Type Method Description abstract voidonVisibilityChange(boolean visibility)Notifies about the ad visibility state -
-
Method Detail
-
onVisibilityChange
abstract void onVisibilityChange(boolean visibility)
Notifies about the ad visibility state
- Parameters:
visibility- true if visibility is Gained and false if visibility looses.
-
-
-
-