FBNativeAdView
이 클래스의 최신 버전을 사용할 수 있습니다. 확인해보세요 최신 버전.

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

Inherits from:UIView
Declared in:FBNativeAdView.h
속성
type

The type of the view, specifies which template to use

@property (nonatomic, assign, readonly) FBNativeAdViewType type;
정의된 값: 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, nullable) UIViewController *viewController;
정의된 값: FBNativeAdView.h
클래스 메서드
nativeAdViewWithNativeAd:withType:

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

매개변수설명
nativeAd

The native ad to use to create this view.

type

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

+ (nonnull instancetype)
nativeAdViewWithNativeAd: (nonnull FBNativeAd *)nativeAd
withType: (FBNativeAdViewType)type;
정의된 값: FBNativeAdView.h
nativeAdViewWithNativeAd:withType:withAttributes:

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

매개변수설명
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.

+ (nonnull instancetype)
nativeAdViewWithNativeAd: (nonnull FBNativeAd *)nativeAd
withType: (FBNativeAdViewType)type
withAttributes: (nonnull FBNativeAdViewAttributes *)attributes;
정의된 값: FBNativeAdView.h