public interface POBNativeAdListener
Modifier and Type | Method and Description |
---|---|
void |
onNativeAdClicked(POBNativeAd nativeAd)
Notify about the Native Ad recorded click
|
void |
onNativeAdClicked(POBNativeAd nativeAd,
java.lang.String assetId)
Notify about the Native Ad recorded click for specific asset
|
void |
onNativeAdClosed(POBNativeAd nativeAd)
Notify about the Native Ad closed
|
void |
onNativeAdImpression(POBNativeAd nativeAd)
Notify about the Native Ad recorded impression
|
void |
onNativeAdLeavingApplication(POBNativeAd nativeAd)
Notify about the Native Ad leaving application
|
void |
onNativeAdOpened(POBNativeAd nativeAd)
Notify about the Native Ad opened
|
void |
onNativeAdRendered(POBNativeAd nativeAd)
Notify about the Native Ad rendering completion
|
void |
onNativeAdRenderingFailed(POBNativeAd nativeAd,
POBError error)
Notify about the Native Ad rendering failure
|
void onNativeAdRendered(@NonNull POBNativeAd nativeAd)
nativeAd
- POBNativeAd instancevoid onNativeAdRenderingFailed(@NonNull POBNativeAd nativeAd, @NonNull POBError error)
nativeAd
- POBNativeAd instanceerror
- POBError for show failuresvoid onNativeAdImpression(@NonNull POBNativeAd nativeAd)
nativeAd
- POBNativeAd instancevoid onNativeAdClicked(@NonNull POBNativeAd nativeAd)
void onNativeAdClicked(@NonNull POBNativeAd nativeAd, @NonNull java.lang.String assetId)
void onNativeAdLeavingApplication(@NonNull POBNativeAd nativeAd)
void onNativeAdOpened(@NonNull POBNativeAd nativeAd)
void onNativeAdClosed(@NonNull POBNativeAd nativeAd)