Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
GCKAdBreakClipInfoBuilder helps construct or derive instances of GCKAdBreakClipInfo which represents an ad break clip.
It provides methods to initialize a builder with an existing GCKAdBreakClipInfo or create a new one from scratch using an ad break clip ID.
The builder allows modification of various attributes like ad break clip ID, duration, title, content URL, and more before building the final GCKAdBreakClipInfo object.
You can use build to generate a new GCKAdBreakClipInfo instance based on the attributes set in the builder.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-18 UTC."],[],["The `GCKAdBreakClipInfoBuilder` class facilitates the creation of `GCKAdBreakClipInfo` objects. It can derive a new instance from an existing one by using `initWithAdBreakClipInfo:`, modifying properties like `adBreakClipID` and `duration`, then using `build`. Alternatively, it can construct from scratch with `initWithAdBreakClipID:`, setting attributes like `title`, `contentURL`, and `contentID`. Other configurable properties include the `clickThroughURL`, `mimeType`, `posterURL`, `whenSkippable`, `hlsSegmentFormat`, `vastAdsRequest` and `customData`. Finally, the `build` method creates the new GCKAdBreakClipInfo object with the desired attributes.\n"]]