FBNativeAdView
Đã có phiên bản mới hơn của lớp này. Hãy kiểm tra phiên bản mới nhất.

The FBNativeAdView creates prebuilt native ad template views and manages native ads.

Inherits from:UIView
Declared in:FBNativeAdView.h
Thuộc tính
type

The type of the view, specifies which template to use

@property (nonatomic, assign, readonly) FBNativeAdViewType type;
Đã tuyên bố trong: FBNativeAdView.h
viewController

A view controller that is used to present modal content. If nil, the view searches for a view controller.

@property (nonatomic, weak) UIViewController *viewController;
Đã tuyên bố trong: FBNativeAdView.h
Phương thức nhóm
nativeAdViewWithNativeAd:withType:

This is a method to create a native ad template using the given placement id and type.

Thông sốMô tả
nativeAd

The native ad to use to create this view.

type

The type of this native ad template. For more information, consult FBNativeAdViewType.

+ (instancetype)
nativeAdViewWithNativeAd: (FBNativeAd *)nativeAd
withType: (FBNativeAdViewType)type;
Đã tuyên bố trong: FBNativeAdView.h
nativeAdViewWithNativeAd:withType:withAttributes:

This is a method to create a native ad template using the given placement id and type.

Thông sốMô tả
nativeAd

The native ad to use to create this view.

type

The type of this native ad template. For more information, consult FBNativeAdViewType.

attributes

The attributes to render this native ad template with.

+ (instancetype)
nativeAdViewWithNativeAd: (FBNativeAd *)nativeAd
withType: (FBNativeAdViewType)type
withAttributes: (FBNativeAdViewAttributes *)attributes;
Đã tuyên bố trong: FBNativeAdView.h