NativeAdAssets
@objc(YMANativeAdAssets)
@objcMembers
public class NativeAdAssets : NSObject
Class with native ad assets.
-
Age restrictions.
Declaration
Swift
public var age: String? { get set }
-
The main ad text.
Declaration
Swift
public var body: String? { get set }
-
The call to action.
Declaration
Swift
public var callToAction: String? { get set }
-
The domain.
Declaration
Swift
public var domain: String? { get set }
-
The web page’s favicon.
Declaration
Swift
public var favicon: NativeAdImage? { get set }
-
Reports about the necessity to show
feedbackButton
Declaration
Swift
public var feedbackAvailable: Bool { get set }
-
The app’s icon.
Declaration
Swift
public var icon: NativeAdImage? { get set }
-
The main image.
Declaration
Swift
public var image: NativeAdImage? { get set }
-
Ad media.
Declaration
Swift
public var media: NativeAdMedia? { get set }
-
The price of the advertised app.
Declaration
Swift
public var price: String? { get set }
-
The app’s rating.
Declaration
Swift
public var rating: NSNumber? { get set }
-
The number of app reviews.
Declaration
Swift
public var reviewCount: String? { get set }
-
Data on the ad network.
Declaration
Swift
public var sponsored: String? { get set }
-
The ad title.
Declaration
Swift
public var title: String? { get set }
-
The warning.
Declaration
Swift
public var warning: String? { get set }
-
Undocumented
Declaration
Swift
override public convenience init()