VastAdParameters
@objc(AASDKVastAdParameters)
public protocol VastAdParameters : NSObjectProtocol
VAST AdParameters.
-
Identifies whether the ad parameters are xml-encoded.
Declaration
Swift
var xmlEncoded: NSNumber? { get }
-
The metadata for the ad.
Declaration
Swift
var xmlString: String { get }