GCKAdब्रेक जानकारी क्लास
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
विज्ञापन के लिए ब्रेक दिखाने वाली क्लास.
- से
- 3.1
NSObject, <NSकॉपी>, और <NSSecureCoding> को इनहेरिट करता है.
- (instancetype) initWithPlaybackPosition: |
|
(NSTimeInterval) |
playbackPosition |
|
यह यहां, पुराने सिस्टम के साथ काम करने की वजहों के बारे में है. हालांकि, कुछ नहीं दिखेगा.
विज्ञापन के लिए इस ब्रेक की खास तौर पर पहचान करने वाली स्ट्रिंग.
- से
- 3.3
- (NSTimeInterval) playbackPosition |
|
readnonatomicassign |
वीडियो चलने की वह स्थिति (सेकंड में), जहां यह विज्ञापन चलना शुरू होगा.
- से
- 3.1
- (NSArray<NSString *>*) adBreakClipIDs |
|
readnonatomicstrong |
इस विज्ञापन के लिए ब्रेक में शामिल ब्रेक की क्लिप के लिए आइडेंटिफ़ायर स्ट्रिंग की सूची.
- से
- 3.3
इससे पता चलता है कि विज्ञापन के लिए ब्रेक को पहले ही देखा जा चुका है या नहीं.
- से
- 3.3
विज्ञापन के लिए ब्रेक एम्बेड किया गया है या नहीं.
- से
- 4.1
विज्ञापन के लिए ब्रेक की विंडो को बड़ा किया जाएगा या नहीं.
- से
- 4.7.0
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया.
[[["समझने में आसान है","easyToUnderstand","thumb-up"],["मेरी समस्या हल हो गई","solvedMyProblem","thumb-up"],["अन्य","otherUp","thumb-up"]],[["वह जानकारी मौजूद नहीं है जो मुझे चाहिए","missingTheInformationINeed","thumb-down"],["बहुत मुश्किल है / बहुत सारे चरण हैं","tooComplicatedTooManySteps","thumb-down"],["पुराना","outOfDate","thumb-down"],["अनुवाद से जुड़ी समस्या","translationIssue","thumb-down"],["सैंपल / कोड से जुड़ी समस्या","samplesCodeIssue","thumb-down"],["अन्य","otherDown","thumb-down"]],["आखिरी बार 2023-12-02 (UTC) को अपडेट किया गया."],[[["The `GCKAdBreakInfo` class represents an ad break within media content and provides information like ad break ID, playback position, and ad clip IDs."],["It includes properties to identify the ad break (`adBreakID`), its start time (`playbackPosition`), and whether it's been watched (`watched`)."],["Ad breaks can contain multiple ad clips, identified by their `adBreakClipIDs`."],["This class also indicates if the ad break is embedded within the content (`embedded`) or expanded for interaction (`expanded`)."],["Although `initWithPlaybackPosition:` exists for backward compatibility, it's deprecated and will return nil; use `init` instead."]]],[]]