Weak reference to your ad view’s AdChoices view. Must set adChoicesView before setting
nativeContentAd, otherwise AdChoices will be rendered in the publisher’s
preferredAdChoicesPosition as defined in GADNativeAdViewAdOptions.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-03-03 UTC."],[],[],null,["GADNativeContentAdView \n\n\n @interface GADNativeContentAdView : UIView\n\nBase class for content ad views. Your content ad view must be a subclass of this class and must\ncall superclass methods for all overriden methods.\n- `\n ``\n ``\n `\n\n [nativeContentAd](#/c:objc(cs)GADNativeContentAdView(py)nativeContentAd)`\n ` \n This property must point to the native content ad object rendered by this ad view. \n\n Declaration \n Objective-C \n\n @property (readwrite, strong, nonatomic, nullable)\n ../Classes/GADNativeContentAd.html *nativeContentAd;\n\n- `\n ``\n ``\n `\n\n [headlineView](#/c:objc(cs)GADNativeContentAdView(py)headlineView)`\n ` \n Weak reference to your ad view's headline asset view. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) UIView *headlineView;\n\n- `\n ``\n ``\n `\n\n [bodyView](#/c:objc(cs)GADNativeContentAdView(py)bodyView)`\n ` \n Weak reference to your ad view's body asset view. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) UIView *bodyView;\n\n- `\n ``\n ``\n `\n\n [imageView](#/c:objc(cs)GADNativeContentAdView(py)imageView)`\n ` \n Weak reference to your ad view's image asset view. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) UIView *imageView;\n\n- `\n ``\n ``\n `\n\n [logoView](#/c:objc(cs)GADNativeContentAdView(py)logoView)`\n ` \n Weak reference to your ad view's logo asset view. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) UIView *logoView;\n\n- `\n ``\n ``\n `\n\n [callToActionView](#/c:objc(cs)GADNativeContentAdView(py)callToActionView)`\n ` \n Weak reference to your ad view's call to action asset view. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) UIView *callToActionView;\n\n- `\n ``\n ``\n `\n\n [advertiserView](#/c:objc(cs)GADNativeContentAdView(py)advertiserView)`\n ` \n Weak reference to your ad view's advertiser asset view. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) UIView *advertiserView;\n\n- `\n ``\n ``\n `\n\n [mediaView](#/c:objc(cs)GADNativeContentAdView(py)mediaView)`\n ` \n Weak reference to your ad view's media asset view. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) ../Classes/GADMediaView.html *mediaView;\n\n- `\n ``\n ``\n `\n\n [adChoicesView](#/c:objc(cs)GADNativeContentAdView(py)adChoicesView)`\n ` \n Weak reference to your ad view's AdChoices view. Must set adChoicesView before setting\n nativeContentAd, otherwise AdChoices will be rendered in the publisher's\n preferredAdChoicesPosition as defined in GADNativeAdViewAdOptions. \n\n Declaration \n Objective-C \n\n @property (readwrite, nonatomic, nullable) ../Classes.html#/c:objc(cs)GADAdChoicesView *adChoicesView;"]]