GCKAdBreakInfoBuilder Class
Stay organized with collections
Save and categorize content based on your preferences.
A builder object for constructing new or derived GCKAdBreakInfo instances.
The builder may be used to derive a GCKAdBreakInfo from an existing one:
It can also be used to construct a new GCKAdBreakInfo from scratch:
builder.title = ...;
builder.contentURL = ...;
builder.contentID = ...;
- Since
- 4.3.4
Inherits NSObject.
|
(instancetype) | - initWithAdBreakInfo: |
|
(instancetype) | - initWithAdBreakID:adBreakClipIds: |
|
(instancetype) | - init |
|
(GCKAdBreakInfo *) | - build |
|
|
NSString * | adBreakID |
| A string that uniquely identifies this ad break. More...
|
|
NSTimeInterval | playbackPosition |
| The playback position, in seconds, at which this ad will start playing. More...
|
|
NSArray< NSString * > * | adBreakClipIDs |
| A list of identifier strings for the ad break clips contained by this ad break. More...
|
|
BOOL | watched |
| Whether the ad break has already been watched or not. More...
|
|
BOOL | embedded |
| Whether the ad break is embedded. More...
|
|
A string that uniquely identifies this ad break.
- (NSTimeInterval) playbackPosition |
|
readwritenonatomicassign |
The playback position, in seconds, at which this ad will start playing.
- (NSArray<NSString *>*) adBreakClipIDs |
|
readwritenonatomiccopy |
A list of identifier strings for the ad break clips contained by this ad break.
Whether the ad break has already been watched or not.
Whether the ad break is embedded.
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 2020-08-05 UTC.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]