@MainThread
public interface POBNativeRendererListener
| Modifier and Type | Method and Description |
|---|---|
void |
onAdClicked()
Notify about the Native Ad recorded click
|
void |
onAdClicked(int assetId)
Notify about the Native Ad recorded click for specific asset
|
void |
onAdClosed()
Notify about the Native Ad closed
|
void |
onAdImpression()
Notify about the Native Ad recorded impression
|
void |
onAdLeavingApplication()
Notify about the Native Ad leaving application
|
void |
onAdOpened()
Notify about the Native Ad opened
|
void |
onAdRendered(POBNativeAdView nativeAdView)
Notify about the Native Ad rendering completion
|
void |
onAdRenderingFailed(com.pubmatic.sdk.common.POBError error)
Notify about the Native Ad rendering failure
|
void onAdRendered(@NonNull
POBNativeAdView nativeAdView)
nativeAdView - Native Ad view instancevoid onAdRenderingFailed(@NonNull
com.pubmatic.sdk.common.POBError error)
error - POBError for show failuresvoid onAdImpression()
void onAdClicked()
void onAdClicked(int assetId)
void onAdLeavingApplication()
void onAdOpened()
void onAdClosed()