public interface POBNativeAdEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
onNativeAdClicked()
Get called when the ad server SDK informs about click event as a result of user interaction.
|
void |
onNativeAdClosed()
Get called this when the ad server SDK closed the ad
|
void |
onNativeAdImpression()
Get called when the ad server SDK informs about impression event
|
void |
onNativeAdOpened()
Get called this when the ad server SDK has opened an ad
|
void onNativeAdClosed()
void onNativeAdOpened()
void onNativeAdClicked()
void onNativeAdImpression()