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

The NativeAdsManager provides a mechanism to fetch a set of NativeAds and then use them within your application. The recommended usage is to call nextNativeAd() at the moment when you are about to render an ad. The NativeAdsManager can hold at most 10 unique ads at once but supports giving out as many ads as needed by cloning over the set of NativeAds it got back from the server which can be useful for feed scenarios.

When calling loadAds() an optional NativeAd.MediaCacheFlag can be passed to indicate whether to pre-cache the ad images (image, icon, all, or none). If not set, no images will be pre-cached before onAdsLoaded() is called.

ขยาย:Object
แพ็คเกจ:ads
ผู้สร้าง
NativeAdsManager(Context, String, int)
public NativeAdsManager(Context context, String placementId, int numAdsRequested)
พารามิเตอร์คำอธิบาย
context
placementId
numAdsRequested
วิธีการแบบอินสแตนซ์
setListener(Listener)
public void setListener(Listener listener)
พารามิเตอร์คำอธิบาย
listener
loadAds()
public void loadAds()
loadAds(EnumSet)
public void loadAds(EnumSet mediaCacheFlags)
พารามิเตอร์คำอธิบาย
mediaCacheFlags
getUniqueNativeAdCount()
public int getUniqueNativeAdCount()
nextNativeAd()
public NativeAd nextNativeAd()
isLoaded()
public boolean isLoaded()