Package com.yandex.mobile.ads.nativeads
Interface SliderAd
-
@MainThread public interface SliderAdInterface allows to bindNativeAdViewBinderwith slider content,
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidbindSliderAd(NativeAdViewBinder viewBinder)Bind view with native ad's content.java.util.List<NativeAd>getNativeAds()Ads which should be displayed in slider ad view.
-
-
-
Method Detail
-
bindSliderAd
void bindSliderAd(@NonNull NativeAdViewBinder viewBinder) throws NativeAdExceptionBind view with native ad's content.- Parameters:
viewBinder- AnNativeAdViewBinderobject.- 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.
-
-