GCKVASTAdsRequest Class

GCKVASTAdsRequest Class Reference

Overview

A class representing a VAST request for an ad break clip.

Since
4.1

Inherits NSObject, <NSCopying>, and <NSSecureCoding>.

Inherited by GCKAdBreakClipVastAdsRequest.

Instance Method Summary

(nullable instancetype) - initWithAdTagURL:adsResponse:
 Initializes a GCKVASTAdsRequest object. More...
 
(instancetype) - init
 

Property Summary

NSURL * adTagUrl
 A URL for the VAST file. More...
 
NSString * adsResponse
 A string specifying a VAST document to be used as the ads response instead of making a request via an ad tag url. More...
 

Method Detail

- (nullable instancetype) initWithAdTagURL: (nullable NSURL *)  adTagURL
adsResponse: (nullable NSString *)  adsResponse 

Initializes a GCKVASTAdsRequest object.

Needs an adTagURL or an adsResponse.

Parameters
adTagURLThe ad tag URL for the request.
adsResponseThe ads response for the request. If this is non-nil, adTagURL will be ignored by the receiver.
Since
4.3.4

Property Detail

- (NSURL*) adTagUrl
readnonatomicassign

A URL for the VAST file.

Since
4.1
- (NSString*) adsResponse
readnonatomicassign

A string specifying a VAST document to be used as the ads response instead of making a request via an ad tag url.

This can be useful for debugging and other situations where a VAST response is already available. If the adsResponse is non-nil, the adTagURL will be ignored by the receiver.

Since
4.1