VastAdvertiser
@objc(AASDKVastAdvertiser)
public protocol VastAdvertiser : NSObjectProtocolVAST Advertiser.
- 
                  
                  An (optional) identifier for the advertiser, provided by the ad server. Can be used for internal analytics. Only available in newer VAST versions such as 4.1, 4.2, etc. DeclarationSwift var id: String? { get }
- 
                  
                  A string that provides the name of the advertiser as defined by the ad serving party. Recommend using the domain of the advertiser. DeclarationSwift var content: String { get }
