GCKAdBreakClipInfo Class
Stay organized with collections
Save and categorize content based on your preferences.
A class representing an ad break clip.
- Since
- 3.3
Inherits NSObject, <NSCopying>, and <NSSecureCoding>.
- (NSString*) adBreakClipID |
|
readnonatomicassign |
A string that uniquely identifies this ad break clip.
- (NSTimeInterval) duration |
|
readnonatomicassign |
- (NSURL*) clickThroughURL |
|
readnonatomicassign |
The click-through URL for this clip.
URL for the content that represents this clip (typically an image).
MIME type of the content referenced by contentURL.
The content's ID.
- Since
- 4.1
The poster URL for this clip.
- Since
- 4.1
- (NSTimeInterval) whenSkippable |
|
readnonatomicassign |
The length of time into the clip when it can be skipped in seconds.
- Since
- 4.3
The HLS segment format for this clip.
- Since
- 4.1
Custom application-specific data associated with the clip.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-18 UTC.
[[["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."],[[["`GCKAdBreakClipInfo` represents an ad break clip, providing details like ID, duration, title, and URLs for click-through, content, and posters."],["It includes properties for content identification like `contentID`, `mimeType`, and `contentURL`, offering flexibility in representing different types of ad content."],["Ad behavior can be customized using properties like `whenSkippable` to define when users can skip the ad and `clickThroughURL` to handle user interactions."],["Advanced ad configurations are supported through `hlsSegmentFormat` for HLS content and `vastAdsRequest` for VAST ad requests, catering to various ad delivery mechanisms."],["Developers can associate custom data with the clip using the `customData` property for application-specific needs."]]],[]]