A class representing an ad break.
More...
#import <GCKAdBreakInfo.h>
|
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...
|
|
BOOL | watched |
| Whether the ad break has already been watched or not. More...
|
|
NSArray< NSString * > * | adBreakClipIDs |
| A list of identifier strings for the ad break clips contained by this ad break. More...
|
|
BOOL | embedded |
| Whether the ad break is embedded. More...
|
|
A class representing an ad break.
- Since
- 3.1
- (instancetype) initWithPlaybackPosition: |
|
(NSTimeInterval) |
playbackPosition |
|
Designated initializer.
Constructs a new GCKAdBreakInfo.
- Parameters
-
playbackPosition | The playback position in seconds for this ad break. |
- (NSArray<NSString *>*) adBreakClipIDs |
|
readnonatomicstrong |
A list of identifier strings for the ad break clips contained by this ad break.
- Since
- 3.3
A string that uniquely identifies this ad break.
- Since
- 3.3
Whether the ad break is embedded.
- Since
- 4.1
- (NSTimeInterval) playbackPosition |
|
readnonatomicassign |
The playback position, in seconds, at which this ad will start playing.
- Since
- 3.1
Whether the ad break has already been watched or not.
- Since
- 3.3
The documentation for this class was generated from the following file: