Package com.yandex.mobile.ads.nativeads
Interface SliderAd
-
- All Implemented Interfaces:
@MainThread() public interface SliderAd
Interface allows to bind NativeAdViewBinder with slider content,
-
-
Method Summary
Modifier and Type Method Description abstract Unit
bindSliderAd(NativeAdViewBinder viewBinder)
Bind view with native ad's content. abstract List<NativeAd>
getNativeAds()
Ads which should be displayed in slider ad view. -
-
Method Detail
-
bindSliderAd
abstract Unit bindSliderAd(NativeAdViewBinder viewBinder)
Bind view with native ad's content.
- Parameters:
viewBinder
- An NativeAdViewBinder object.
-
getNativeAds
abstract List<NativeAd> getNativeAds()
Ads which should be displayed in slider ad view. Each ad view should be subview of slider ad view.
-
-
-
-