VastExtension
@objc(AASDKVastExtension)
public protocol VastExtension : NSObjectProtocol
VAST Extension.
-
The MIME type of any code that may be included in the extension.
Declaration
Swift
var type: String? { get } -
The custom XML object.
Declaration
Swift
var xmlString: String { get } -
xmlContentExtension methodThe parsed XML content of this extension’s
xmlStringpayload.Parses on each access. Returns an empty
XMLContentwhenxmlStringis empty or malformed.Declaration
Swift
var xmlContent: XMLContent { get }