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

Messages from FBNativeAdsManager indicating success or failure loading ads.

Extends Protocol:NSObject
Declared in:FBNativeAdsManager.h
วิธีการทันใจ
nativeAdsFailedToLoadWithError:

When the FBNativeAdsManager has reached a failure while attempting to load a batch of ads this message will be sent to the application.

พารามิเตอร์คำอธิบาย
error

An NSError object with information about the failure.

- (void) nativeAdsFailedToLoadWithError:(NSError *)error;
ให้คำรับรองไว้ใน: FBNativeAdsManager.h
nativeAdsLoaded

When the FBNativeAdsManager has finished loading a batch of ads this message will be sent. A batch of ads may be loaded in response to calling loadAds or due to an automatic refresh by the FBNativeAdsManager. At the point this message is fired all of the native ads will already be loaded and will not hence send their own nativeAdLoad: or nativeAd:didFailWithError: message.

- (void) nativeAdsLoaded;
ให้คำรับรองไว้ใน: FBNativeAdsManager.h