FBNativeBannerAd
@interfaceFBNativeBannerAd:FBNativeAdBase
The FBNativeBannerAd represents ad metadata to allow you to construct custom ad views. See the AdUnitsSample in the sample apps section of the Audience Network framework.
@interfaceFBNativeBannerAd:FBNativeAdBase
@property(nonatomic,weak,nullable)id<FBNativeBannerAdDelegate>delegate
weakvardelegate:FBNativeBannerAdDelegate?{getset}
-(instancetype)initWithPlacementID:(NSString*)placementID;
init(placementID:String)
-(void)registerViewForInteraction:(nonnullUIView*)viewiconView:(nonnullFBMediaView*)iconViewviewController:(nullableUIViewController*)viewController;
funcregisterView(forInteractionview:UIView,iconView:FBMediaView,viewController:UIViewController?)
-(void)registerViewForInteraction:(nonnullUIView*)viewiconView:(nonnullFBMediaView*)iconViewviewController:(nullableUIViewController*)viewControllerclickableViews:(nullableNSArray<UIView*>*)clickableViews;
funcregisterView(forInteractionview:UIView,iconView:FBMediaView,viewController:UIViewController?,clickableViews:[UIView]?)
-(void)registerViewForInteraction:(nonnullUIView*)viewiconImageView:(nonnullUIImageView*)iconImageViewviewController:(nullableUIViewController*)viewController;
funcregisterView(forInteractionview:UIView,iconImageView:UIImageView,viewController:UIViewController?)
-(void)registerViewForInteraction:(nonnullUIView*)viewiconImageView:(nonnullUIImageView*)iconImageViewviewController:(nullableUIViewController*)viewControllerclickableViews:(nullableNSArray<UIView*>*)clickableViews;
funcregisterView(forInteractionview:UIView,iconImageView:UIImageView,viewController:UIViewController?,clickableViews:[UIView]?)
-(void)downloadMedia;
funcdownloadMedia()