PWAdsNativeAdLoaderDelegate Protocol Reference

Conforms to NSObject
Declared in PWAdsNativeAdLoader.h

Overview

PWAdsNativeAdLoaderDelegate is needed to receive notifications about native ad status.

– nativeAdLoaderDidLoadAds:

Called when a new native advertisement is loaded.

- (void)nativeAdLoaderDidLoadAds:(NSArray *)nativeAds

Parameters

nativeAds

The native ads that was downloaded.

Discussion

Called when a new native advertisement is loaded.

Declared In

PWAdsNativeAdLoader.h

– nativeAdLoader:didFailWithError:

Called when a native advertisement fails to load.

- (void)nativeAdLoader:(PWAdsNativeAdLoader *)loader didFailWithError:(NSError *)error

Parameters

loader

The native ad loader that failed to load.

error

The error object that describes the problem.

Discussion

Called when a native advertisement fails to load.

Declared In

PWAdsNativeAdLoader.h