Interface INativeBannerAd

All Superinterfaces:
IAd
All Known Implementing Classes:
NativeBannerAd

public interface INativeBannerAd extends IAd
  • Method Details

    • registerView

      void registerView(NativeBannerAdViewBinder nativeBannerAdViewBinder, List<android.view.View> clickableViews)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeBannerAdViewBinder - Advertising view binder
      clickableViews - specific clickable views inside Advertising view. If set, the only views in this list will be clickable. Otherwise, whole view will be clickable
    • registerView

      void registerView(NativeBannerAdViewBinder nativeBannerAdViewBinder)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeBannerAdViewBinder - Advertising view binder
    • registerView

      void registerView(NativeBannerAdView nativeBannerAdView, List<android.view.View> clickableViews)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeBannerAdView - Default advertising view for native banner ad
      clickableViews - specific clickable views inside Advertising view. If set, the only views in this list will be clickable. Otherwise, whole view will be clickable
    • registerView

      void registerView(NativeBannerAdView nativeBannerAdView)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeBannerAdView - Default advertising view for native banner ad