Package com.my.target.nativeads.views
Interface AppwallAdView.AppwallAdViewListener
-
- Enclosing class:
- AppwallAdView
public static interface AppwallAdView.AppwallAdViewListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonBannerClick(NativeAppwallBanner banner)Called when banner receives a clickvoidonBannersShow(java.util.List<NativeAppwallBanner> banners)Called when banners appears on screen
-
-
-
Method Detail
-
onBannersShow
void onBannersShow(@NonNull java.util.List<NativeAppwallBanner> banners)Called when banners appears on screen- Parameters:
banners- list of appeared banners
-
onBannerClick
void onBannerClick(@NonNull NativeAppwallBanner banner)Called when banner receives a click- Parameters:
banner- banner received click
-
-