public interface NativeImageAd extends NativeGenericAd
NativeImageAdView with native ad's content,| Modifier and Type | Method and Description |
|---|---|
void |
bindImageAd(NativeImageAdView imageAdView)
Bind
NativeImageAdView with native ad's content. |
addImageLoadingListener, bindNativeAd, getAdAssets, getAdType, getInfo, loadImages, removeImageLoadingListener, setAdEventListener, shouldOpenLinksInAppvoid bindImageAd(@Nullable
NativeImageAdView imageAdView)
throws NativeAdException
NativeImageAdView with native ad's content.imageAdView - An NativeImageAdView object. If null, does nothing.NativeAdException - If attempt to bind ad to view without providing view for any of required assets.