Interface SliderAd


  • public interface SliderAd
    Interface allows to bind SliderAdView with slider content,
    • Method Detail

      • bindSliderAd

        void bindSliderAd​(@NonNull
                          SliderAdView sliderAdView)
                   throws NativeAdException
        Bind sliderAdView with SliderAd asset's value.
        Parameters:
        sliderAdView - Root slider ad view, superview for each ad view. If null, does nothing.
        Throws:
        NativeAdException - If attempt to bind ad to view without providing view for any of required assets.
      • getNativeAds

        @NonNull
        java.util.List<NativeAd> getNativeAds()
        Ads which should be displayed in slider ad view. Each ad view should be subview of slider ad view.
        Returns:
        List.