Ringkasan
Class yang mewakili permintaan VAST untuk klip jeda iklan.
- Sejak
- 4,1
Mewarisi NSObject, <NSWriting>, dan <NSSecureCoding>.
Diwarisi oleh GCKAdBreakClipVastAdsRequest.
Ringkasan Metode Instance | |
(nullable instancetype) | - initWithAdTagURL:adsResponse: |
Menginisialisasi objek GCKVASTAdsRequest. Lainnya... | |
(instancetype) | - init |
Ringkasan Properti | |
NSURL * | adTagUrl |
URL untuk file VAST. Lainnya... | |
NSString * | adsResponse |
String yang menentukan dokumen VAST untuk digunakan sebagai respons iklan, bukan membuat permintaan melalui URL tag iklan. Lainnya... | |
Detail Metode
- (nullable instancetype) initWithAdTagURL: | (nullable NSURL *) | adTagURL | |
adsResponse: | (nullable NSString *) | adsResponse | |
Menginisialisasi objek GCKVASTAdsRequest.
Membutuhkan adTagURL atau 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.
- Sejak
- 4.3.4
Detail Properti
|
readnonatomicassign |
URL untuk file VAST.
- Sejak
- 4,1
|
readnonatomicassign |
String yang menentukan dokumen VAST untuk digunakan sebagai respons iklan, bukan membuat permintaan melalui URL tag iklan.
Hal ini dapat berguna untuk proses debug dan situasi lain saat respons VAST sudah tersedia. Jika adsResponse tidak bernilai nol, adTagURL akan diabaikan oleh penerima.
- Sejak
- 4,1