NativeAdScrollView
เวอร์ชั่นที่ใหม่กว่าของคลาสนี้พร้อมแล้ว ตรวจสอบได้ เวอร์ชั่นล่าสุด

NativeAdScrollView provides a horizontal scrolling experience hosting either NativeAdViews or custom views. It must be constructed with a loaded NativeAdsManager

NativeAdScrollView can be declared using a template view as follows:

NativeAdScrollView scrollView = new NativeAdScrollView(context, adsManager, NativeAdView.Type.HEIGHT_300); addView(scrollView);

ขยาย:LinearLayout
แพ็คเกจ:ads
ผู้สร้าง
NativeAdScrollView(Context, NativeAdsManager, AdViewProvider)
public NativeAdScrollView(Context context, NativeAdsManager manager, AdViewProvider viewProvider)
พารามิเตอร์คำอธิบาย
context
manager
viewProvider
NativeAdScrollView(Context, NativeAdsManager, AdViewProvider, int)
public NativeAdScrollView(Context context, NativeAdsManager manager, AdViewProvider viewProvider, int maxAds)
พารามิเตอร์คำอธิบาย
context
manager
viewProvider
maxAds
NativeAdScrollView(Context, NativeAdsManager, Type)
public NativeAdScrollView(Context context, NativeAdsManager manager, Type type)
พารามิเตอร์คำอธิบาย
context
manager
type
NativeAdScrollView(Context, NativeAdsManager, Type, NativeAdViewAttributes)
public NativeAdScrollView(Context context, NativeAdsManager manager, Type type, NativeAdViewAttributes attributes)
พารามิเตอร์คำอธิบาย
context
manager
type
attributes
NativeAdScrollView(Context, NativeAdsManager, Type, NativeAdViewAttributes, int)
public NativeAdScrollView(Context context, NativeAdsManager manager, Type type, NativeAdViewAttributes attributes, int maxAds)
พารามิเตอร์คำอธิบาย
context
manager
type
attributes
maxAds
วิธีการแบบอินสแตนซ์
setInset(int)
public void setInset(int inset)
พารามิเตอร์คำอธิบาย
inset
ค่าคงตัว
DEFAULT_MAX_ADS
public static final int DEFAULT_MAX_ADS
DEFAULT_INSET
public static final int DEFAULT_INSET