NativeAdView provides a templated view for a NativeAd with flexible width and height determined by NativeAdView.Type. The NativeAdView officially supports widths between 280dp and 375dp. An optional NativeAdViewAttributes object can customize the template view.
Extends: | Object |
Package: | ads |
NativeAdView()
public NativeAdView()
render(Context, NativeAd, Type)
public static View render(Context context, NativeAd nativeAd, Type type)
Parameter | Description |
---|---|
context | |
nativeAd | |
type |
render(Context, NativeAd, Type, NativeAdViewAttributes)
public static View render(Context context, NativeAd nativeAd, Type type, NativeAdViewAttributes attributes)
Parameter | Description |
---|---|
context | |
nativeAd | |
type | |
attributes |