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