A class that represents configuration of a VAST ad request.Digital Video Ad Serving
Template (VAST)is a common protocol that enables ad servers to use a single ad response
format across multiple publishers/video players.
Returns the VAST XML document that can be used as the ads response instead of making
a request via an ad tag url. If this is set, adTagUrl is ignored. This can be useful
for debugging and other situations where a VAST response is already available.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-31 UTC."],[],["`VastAdsRequest` configures VAST ad requests, a protocol for ad servers to use a single format. Key actions include parsing a JSON object via `fromJson`, retrieving the ad tag URL with `getAdTagUrl`, and obtaining the VAST XML document using `getAdsResponse`. Other functionality includes writing to a parcel with `writeToParcel`, and comparing objects with `equals`. The builder `VastAdsRequest.Builder` is available to assist in constructing a VastAdRequest.\n"]]