NativeAdConfiguration
@objc(PBMNativeAdConfiguration)
@objcMembers
public class NativeAdConfiguration : NSObject
Represents the configuration for a native ad, including markup and version information.
-
Version of the Native Markup version in use.
Declaration
Swift
public var version: String
-
The object containing the request details for the native markup.
Declaration
Swift
public var markupRequestObject: NativeMarkupRequestObject
-
Initializes a new instance of
NativeAdMarkup
with default values.Declaration
Swift
public override init()