Package com.pubmatic.sdk.nativead
Interface POBNativeAdEventListener
-
- All Implemented Interfaces:
public interface POBNativeAdEventListenerThe native custom event listener. It is used to inform the ad server SDK events back to the OpenWrap SDK.
-
-
Method Summary
Modifier and Type Method Description abstract voidonNativeAdClosed()Get called this when the ad server SDK closed the ad abstract voidonNativeAdOpened()Get called this when the ad server SDK has opened an ad abstract voidonNativeAdClicked()Get called when the ad server SDK informs about click event as a result of user interaction. abstract voidonNativeAdImpression()Get called when the ad server SDK informs about impression event -
-
Method Detail
-
onNativeAdClosed
abstract void onNativeAdClosed()
Get called this when the ad server SDK closed the ad
-
onNativeAdOpened
abstract void onNativeAdOpened()
Get called this when the ad server SDK has opened an ad
-
onNativeAdClicked
abstract void onNativeAdClicked()
Get called when the ad server SDK informs about click event as a result of user interaction.
-
onNativeAdImpression
abstract void onNativeAdImpression()
Get called when the ad server SDK informs about impression event
-
-
-
-