概览
表示针对广告插播时间点剪辑的 VAST 请求的类。
- 开始时间
- 4.1
继承 NSObject、<NSCopy> 和 <NSSecureCoding>。
由 GCKAdBreakClipVastAdsRequest 继承。
实例方法摘要 | |
(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
-
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.
- 开始时间
- 4.3.4
房源详情
|
readnonatomicassign |
VAST 文件的网址。
- 开始时间
- 4.1
|
readnonatomicassign |
一个字符串,用于指定要用作广告响应(而不是通过广告代码网址发出请求)的 VAST 文档。
这对于调试以及有 VAST 响应的其他情况非常有用。如果 adsResponse 为非 nil,则接收方会忽略 adTag网址。
- 开始时间
- 4.1