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) 
Initializes a GCKVASTAdsRequest object. More...
(instancetype) 
- init

Property Summary

NSURL * 
A URL for the VAST file. More...
NSString * 
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
adTagURL The ad tag URL for the request.
adsResponse The 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
read nonatomic assign

A URL for the VAST file.

Since
4.1
- (NSString*) adsResponse
read nonatomic assign

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
Create a Mobile Website
View Site in Mobile | Classic
Share by: