GCKAdBreakClipVastAdsRequest 类

GCKAdBreakClipVastAdsRequest 类参考

继承 GCKVASTAdsRequest

实例方法摘要

(nullable instancetype) - initWithAdTagURL:adsResponse:
 初始化一个 GCKVASTAdsRequest 对象。更多...
 
(instancetype) - init
 

属性摘要

NSURL * adTagUrl
 VAST 文件的网址。更多...
 
NSString * adsResponse
 一个字符串,用于指定要用作广告响应(而不是通过广告代码网址发出请求)的 VAST 文档。更多...
 

方法详细信息

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

初始化一个 GCKVASTAdsRequest 对象。

需要 adTag网址 或 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.
开始时间
4.3.4

房源详情

- (NSURL*) adTagUrl
readnonatomicassigninherited

VAST 文件的网址。

开始时间
4.1
- (NSString*) adsResponse
readnonatomicassigninherited

一个字符串,用于指定要用作广告响应(而不是通过广告代码网址发出请求)的 VAST 文档。

这对于调试以及有 VAST 响应的其他情况非常有用。如果 adsResponse 为非 nil,则接收方会忽略 adTag网址。

开始时间
4.1