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