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.
| class | VastAdsRequest.Builder | A builder for VastAdsRequest
|
|
| boolean | |
| static VastAdsRequest | |
| String |
getAdTagUrl()
Returns the URL for the VAST file, used to retrieve and identify the ad.
|
| String |
getAdsResponse()
Returns the VAST XML document that can be used as the ads response instead of
making a request via an ad tag url.
|
| int |
hashCode()
|
| void |
writeToParcel(Parcel out, int
flags)
|
Parses a JSON Object sent by the receiver.
Returns the URL for the VAST file, used to retrieve and identify the ad.
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.