總覽
這個類別代表廣告插播短片的 VAST 請求。
- 開始時間
- 4.1
繼承 NSObject、<NSclone> 和 <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 物件。
需要 adTagURL 或 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,接收器就會略過 adTagURL。
- 開始時間
- 4.1