Interface INativeAd

All Superinterfaces:
IAd
All Known Implementing Classes:
NativeAd

public interface INativeAd extends IAd
  • Method Details

    • registerView

      void registerView(NativeAdViewBinder nativeAdViewBinder, List<android.view.View> clickableViews)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeAdViewBinder - 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(NativeAdViewBinder nativeAdViewBinder)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeAdViewBinder - Advertising view binder
    • registerView

      void registerView(NativeAdView nativeAdView, List<android.view.View> clickableViews)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeAdView - Default advertising view for nativeAd
      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(NativeAdView nativeAdView)
      Registration of the Advertising view. Must be called before showing the ad
      Parameters:
      nativeAdView - Default advertising view for native ad