VastCreativeExtension

@objc(AASDKVastCreativeExtension)
public protocol VastCreativeExtension : NSObjectProtocol

VAST CreativeExtension.

  • 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 }
  • xmlContent Extension method

    The parsed XML content of this creative extension’s xmlString payload.

    Parses on each access. Returns an empty XMLContent when xmlString is empty or malformed.

    Declaration

    Swift

    var xmlContent: XMLContent { get }