GCKAdBreakInfoBuilder ক্লাস
নতুন বা প্রাপ্ত GCKAdBreakInfo উদাহরণ নির্মাণের জন্য একটি নির্মাতা বস্তু।
বিল্ডার একটি বিদ্যমান একটি থেকে একটি GCKAdBreakInfo প্রাপ্ত করতে ব্যবহার করা যেতে পারে:
এটি স্ক্র্যাচ থেকে একটি নতুন GCKAdBreakInfo তৈরি করতেও ব্যবহার করা যেতে পারে:
builder.title = ...;
builder.contentURL = ...;
builder.contentID = ...;
- থেকে
- 4.3.4
উত্তরাধিকারসূত্রে এনএসওবজেক্ট।
|
(instancetype) | - initWithAdBreakInfo: |
|
(instancetype) | - initWithAdBreakID:adBreakClipIds: |
|
(instancetype) | - init |
|
( GCKAdBreakInfo *) | - build |
|
|
NSString * | adBreakID |
| একটি স্ট্রিং যা এই বিজ্ঞাপন বিরতিটিকে অনন্যভাবে সনাক্ত করে৷ আরও...
|
|
NSTimeInterval | playbackPosition |
| প্লেব্যাক অবস্থান, সেকেন্ডের মধ্যে, যে সময়ে এই বিজ্ঞাপনটি চালানো শুরু হবে৷ আরও...
|
|
NSArray< NSString * > * | adBreakClipIDs |
| এই বিজ্ঞাপন বিরতির মধ্যে থাকা বিজ্ঞাপন বিরতি ক্লিপগুলির জন্য শনাক্তকারী স্ট্রিংগুলির একটি তালিকা৷ আরও...
|
|
BOOL | watched |
| বিজ্ঞাপন বিরতি ইতিমধ্যে দেখা হয়েছে কি না। আরও...
|
|
BOOL | embedded |
| বিজ্ঞাপন বিরতি এমবেড করা আছে কিনা। আরও...
|
|
BOOL | expanded |
| বিজ্ঞাপন বিরতি প্রসারিত কিনা. আরও...
|
|
|
read write nonatomic copy |
একটি স্ট্রিং যা এই বিজ্ঞাপন বিরতিটিকে অনন্যভাবে সনাক্ত করে৷
- (NSTimeInterval) playbackPosition |
|
read write nonatomic assign |
প্লেব্যাক অবস্থান, সেকেন্ডের মধ্যে, যে সময়ে এই বিজ্ঞাপনটি চালানো শুরু হবে৷
- (NSArray<NSString *>*) adBreakClipIDs |
|
read write nonatomic copy |
এই বিজ্ঞাপন বিরতির মধ্যে থাকা বিজ্ঞাপন বিরতি ক্লিপগুলির জন্য শনাক্তকারী স্ট্রিংগুলির একটি তালিকা৷
|
read write nonatomic assign |
বিজ্ঞাপন বিরতি ইতিমধ্যে দেখা হয়েছে কি না।
|
read write nonatomic assign |
বিজ্ঞাপন বিরতি এমবেড করা আছে কিনা।
|
read write nonatomic assign |
বিজ্ঞাপন বিরতি প্রসারিত কিনা.
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।
[null,null,["2025-01-10 UTC-তে শেষবার আপডেট করা হয়েছে।"],[[["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."]]],["The `GCKAdBreakInfoBuilder` class constructs `GCKAdBreakInfo` instances. It can derive an instance from an existing one by initializing with `initWithAdBreakInfo:`, then modifying properties like `adBreakID` or `playbackPosition`, and finally calling `build`. It can also create a new instance from scratch with `initWithAdBreakID:`, setting properties like `adBreakID` and `adBreakClipIDs`, `watched`, `embedded` or `expanded`, then using `build`. The builder manages ad break identifiers, playback positions, clip IDs, and watched/embedded/expanded statuses.\n"]]