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