Package com.pubmatic.sdk.openwrap.core
Interface POBLandingPageCallback
-
- All Implemented Interfaces:
@FunctionalInterface() public interface POBLandingPageCallback
Function interface to notify that landing page is about to be opened.
-
-
Method Summary
Modifier and Type Method Description abstract UnitonLandingPageOpened(String url)Called when a landing page is about to be opened -
-
Method Detail
-
onLandingPageOpened
abstract Unit onLandingPageOpened(String url)
Called when a landing page is about to be opened
- Parameters:
url- The landing page URL
-
-
-
-