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.