FBNativeAdViewAttributes
@interfaceFBNativeAdViewAttributes:NSObject<NSCopying>
Describes the look and feel of a native ad view.
@interfaceFBNativeAdViewAttributes:NSObject<NSCopying>
-(nonnullinstancetype)initWithDictionary:(nonnullNSDictionary<id,id>*)dict;
init(dictionarydict:[AnyHashable:Any])
@property(nonatomic,copy,readwrite,nullable)UIColor*backgroundColor;
@NSCopyingvarbackgroundColor:UIColor?{getset}
@property(nonatomic,copy,readwrite,nullable)UIColor*titleColor;
@NSCopyingvartitleColor:UIColor?{getset}
@property(nonatomic,copy,readwrite,nullable)UIColor*advertiserNameColor;
@NSCopyingvaradvertiserNameColor:UIColor?{getset}
@property(nonatomic,copy,readwrite,nullable)UIColor*adChoicesForegroundColor;
@NSCopyingvaradChoicesForegroundColor:UIColor?{getset}
@property(nonatomic,copy,readwrite,nullable)UIFont*titleFont;
@NSCopyingvartitleFont:UIFont?{getset}
@property(nonatomic,copy,readwrite,nullable)UIColor*descriptionColor;
@NSCopyingvardescriptionColor:UIColor?{getset}
@property(nonatomic,copy,readwrite,nullable)UIFont*descriptionFont;
@NSCopyingvardescriptionFont:UIFont?{getset}
@property(nonatomic,copy,readwrite,nullable)UIColor*buttonColor;
@NSCopyingvarbuttonColor:UIColor?{getset}
@property(nonatomic,copy,readwrite,nullable)UIColor*buttonTitleColor;
@NSCopyingvarbuttonTitleColor:UIColor?{getset}
@property(nonatomic,copy,readwrite,nullable)UIFont*buttonTitleFont;
@NSCopyingvarbuttonTitleFont:UIFont?{getset}
@property(nonatomic,copy,readwrite,nullable)UIColor*buttonBorderColor;
@NSCopyingvarbuttonBorderColor:UIColor?{getset}
@property(nonatomic,assign,unsafe_unretained,readwrite,getter=isAutoplayEnabled)BOOLautoplayEnabled;
varisAutoplayEnabled:Bool{getset}
+(nonnullinstancetype)defaultAttributesForType:(FBNativeAdViewType)type;
classfuncdefaultAttributes(fortype:FBNativeAdViewType)->Self
+(nonnullinstancetype)defaultAttributesForBannerType:(FBNativeBannerAdViewType)type;
classfuncdefaultAttributes(forBannerTypetype:FBNativeBannerAdViewType)->Self