فئة GCKAdBreakInfoBuilder
كائن أداة إنشاء لإنشاء مثيلات GCKAdBreakInfo جديدة أو مشتقة.
يمكن استخدام أداة الإنشاء لاستخلاص GCKAdBreakInfo من طريقة حالية:
ويمكن استخدامها أيضًا لإنشاء GCKAdBreakInfo جديد من البداية:
Builder.title = ...;
Builder.contentURL = ...;
Builder.contentID = ...;
- منذ
- 4.3.4
تكتسب NSObject.
|
(instancetype) | - initWithAdBreakInfo: |
|
(instancetype) | - initWithAdBreakID:adBreakClipIds: |
|
(instancetype) | - init |
|
(GCKAdBreakInfo *) | - build |
|
سلسلة تحدِّد هذا الفاصل الإعلاني بشكلٍ فريد
- (NSTimeInterval) playbackPosition |
|
readwritenonatomicassign |
موضع التشغيل، بالثواني، الذي يبدأ فيه تشغيل الإعلان.
- (NSArray<NSString *>*) adBreakClipIDs |
|
readwritenonatomiccopy |
قائمة بسلاسل المعرّفات لمقاطع الفواصل الإعلانية التي يتضمّنها هذا الفاصل الإعلاني
ما إذا سبق أن تمّت مشاهدة الفاصل الإعلاني
ما إذا كان الفاصل الإعلاني مضمّنًا
ما إذا تم توسيع الفاصل الإعلاني
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2023-12-02 (حسب التوقيت العالمي المتفَّق عليه)"],[[["The `GCKAdBreakInfoBuilder` class is used to construct or modify instances of `GCKAdBreakInfo`, which represent ad breaks in media content."],["Developers can use the builder to create new ad break information from scratch or derive it from an existing one by setting properties like ad break ID, playback position, and ad clip IDs."],["The builder provides properties such as `adBreakID`, `playbackPosition`, `adBreakClipIDs`, `watched`, `embedded`, and `expanded` to define the characteristics of the ad break."],["By calling the `build` method on the builder, a `GCKAdBreakInfo` instance is created with the specified attributes."]]],[]]