PWAdsNativeAdLoaderDelegate Protocol Reference
| Conforms to | NSObject |
|---|---|
| Declared in | PWAdsNativeAdLoader.h |
– nativeAdLoaderDidLoadAds:
Called when a new native advertisement is loaded.
- (void)nativeAdLoaderDidLoadAds:(NSArray *)nativeAdsParameters
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 *)errorParameters
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