PWAdsNativeAd Class Reference

Inherits from NSObject
Declared in PWAdsNativeAd.h

Overview

Class with native advertisment information.

  adTitle

An NSString that contains the ad title for the adTitle.

@property (nonatomic, readonly) NSString *adTitle

Discussion

An NSString that contains the ad title for the adTitle.

Declared In

PWAdsNativeAd.h

  adText

An NSString that contains the ad text for the adText.

@property (nonatomic, readonly) NSString *adText

Discussion

An NSString that contains the ad text for the adText.

Declared In

PWAdsNativeAd.h

  adHTML

An NSString that contains the ad HTML for the adHTML.

@property (nonatomic, readonly) NSString *adHTML

Discussion

An NSString that contains the ad HTML for the adHTML.

Declared In

PWAdsNativeAd.h

  adRating

An NSNumber that contains the ad rating for the adRating.

@property (nonatomic, readonly) NSNumber *adRating

Discussion

An NSNumber that contains the ad rating for the adRating.

Declared In

PWAdsNativeAd.h

  adIconURL

An NSString that contains the ad icon URL for the adIconURL.

@property (nonatomic, readonly) NSString *adIconURL

Discussion

An NSString that contains the ad icon URL for the adIconURL.

Declared In

PWAdsNativeAd.h

  adImageURL

An NSString that contains the ad image URL for the adImageURL.

@property (nonatomic, readonly) NSString *adImageURL

Discussion

An NSString that contains the ad image URL for the adImageURL.

Declared In

PWAdsNativeAd.h

  adCTA

An NSString that contains the ad call to action for the adCTA.

@property (nonatomic, readonly) NSString *adCTA

Discussion

An NSString that contains the ad call to action for the adCTA.

Declared In

PWAdsNativeAd.h

  adClickURL

An NSString that contains the ad click URL for the adClickURL.

@property (nonatomic, readonly) NSString *adClickURL

Discussion

An NSString that contains the ad click URL for the adClickURL.

Declared In

PWAdsNativeAd.h

  adImpressionURLs

An NSArray that contains the ad impression URLs for the adImpressionURLs.

@property (nonatomic, readonly) NSArray *adImpressionURLs

Discussion

An NSArray that contains the ad impression URLs for the adImpressionURLs.

Declared In

PWAdsNativeAd.h

  adType

An NSString that contains the ad type for the adType.

@property (nonatomic, readonly) NSString *adType

Discussion

An NSString that contains the ad type for the adType.

Declared In

PWAdsNativeAd.h

  adDimension

An NSString that contains the ad dimension for the adDimension.

@property (nonatomic, readonly) NSString *adDimension

Discussion

An NSString that contains the ad dimension for the adDimension.

Declared In

PWAdsNativeAd.h

  nativeAdData

An NSDictionary that contains all of the native ad data for the nativeAdData.

@property (nonatomic, readonly) NSDictionary *nativeAdData

Discussion

An NSDictionary that contains all of the native ad data for the nativeAdData.

Declared In

PWAdsNativeAd.h