FBNativeAdViewAttributes Class Reference
Inherits from | NSObject |
Conforms to | NSCopying |
Declared in | FBNativeAdView.h |
Tasks
-
– initWithDictionary:
-
backgroundColor
property -
titleColor
property -
titleFont
property -
descriptionColor
property -
descriptionFont
property -
buttonColor
property -
buttonTitleColor
property -
buttonTitleFont
property -
buttonBorderColor
property -
autoplayEnabled
property -
+ defaultAttributesForType:
Properties
autoplayEnabled
@property @abstract Enables or disables autoplay for some types of media. Defaults to YES.
@property (nonatomic, assign, getter=isAutoplayEnabled) BOOL autoplayEnabled
Declared In
FBNativeAdView.h
backgroundColor
@property @abstract Background color of the native ad view.
@property (nonatomic, copy, nullable) UIColor *backgroundColor
Declared In
FBNativeAdView.h
buttonBorderColor
@property @abstract Border color of the call to action button. If nil, no border is shown.
@property (nonatomic, copy, nullable) UIColor *buttonBorderColor
Declared In
FBNativeAdView.h
buttonColor
@property @abstract Background color of the call to action button.
@property (nonatomic, copy, nullable) UIColor *buttonColor
Declared In
FBNativeAdView.h
buttonTitleColor
@property @abstract Color of the call to action button’s title label.
@property (nonatomic, copy, nullable) UIColor *buttonTitleColor
Declared In
FBNativeAdView.h
buttonTitleFont
@property @abstract Font of the call to action button’s title label.
@property (nonatomic, copy, nullable) UIFont *buttonTitleFont
Declared In
FBNativeAdView.h
descriptionColor
@property @abstract Color of the description label.
@property (nonatomic, copy, nullable) UIColor *descriptionColor
Declared In
FBNativeAdView.h
descriptionFont
@property @abstract Font of the description label.
@property (nonatomic, copy, nullable) UIFont *descriptionFont
Declared In
FBNativeAdView.h