GCKAdBreakInfo Class

GCKAdBreakInfo Class Reference

Overview

A class representing an ad break.

Since
3.1

Inherits NSObject, <NSCopying>, and <NSSecureCoding>.

Instance Method Summary

(instancetype) 
This is here for backwards compatibility reasons, but will return nil. More...
(instancetype) 
- init

Property Summary

NSString * 
A string that uniquely identifies this ad break. More...
NSTimeInterval 
The playback position, in seconds, at which this ad will start playing. More...
NSArray< NSString * > * 
A list of identifier strings for the ad break clips contained by this ad break. More...
BOOL 
Whether the ad break has already been watched or not. More...
BOOL 
Whether the ad break is embedded. More...
BOOL 
Whether the ad break is expanded. More...

Method Detail

- (instancetype) initWithPlaybackPosition: (NSTimeInterval)  playbackPosition

This is here for backwards compatibility reasons, but will return nil.

Property Detail

- (NSString*) adBreakID
read nonatomic strong

A string that uniquely identifies this ad break.

Since
3.3
- (NSTimeInterval) playbackPosition
read nonatomic assign

The playback position, in seconds, at which this ad will start playing.

Since
3.1
- (NSArray<NSString *>*) adBreakClipIDs
read nonatomic strong

A list of identifier strings for the ad break clips contained by this ad break.

Since
3.3
- (BOOL) watched
read nonatomic assign

Whether the ad break has already been watched or not.

Since
3.3
- (BOOL) embedded
read nonatomic assign

Whether the ad break is embedded.

Since
4.1
- (BOOL) expanded
read nonatomic assign

Whether the ad break is expanded.

Since
4.7.0
Create a Mobile Website
View Site in Mobile | Classic
Share by: