PWAdsNativeAdView Class Reference

Inherits from UIView
Declared in PWAdsNativeAdView.h

Overview

Base class for displaying native advertisement.

  nativeAd

The nativeAd model

@property (nonatomic, strong) PWAdsNativeAd *nativeAd

Discussion

The nativeAd model

Declared In

PWAdsNativeAdView.h

  viewControllerForPresentingModal

The view controller to present modal from.

@property (nonatomic, weak) UIViewController *viewControllerForPresentingModal

Discussion

The view controller to present modal from.

Declared In

PWAdsNativeAdView.h

– updateAdActionViews:

Method to update the UIView to handle user interaction.

- (void)updateAdActionViews:(NSArray *)adActionViews

Parameters

adActionViews

NSArray of UIView objects that will handle user interaction inside the PWAdsNativeAdView.

Discussion

Method to update the UIView to handle user interaction.

Declared In

PWAdsNativeAdView.h