GCKAdBreakStatus Class

  • The GCKAdBreakStatus class provides information about the current ad break, including time positions and identifiers, inheriting from NSObject.

  • It includes properties for tracking time within the ad break (currentAdBreakTime, currentAdBreakClipTime) and ad clip (currentAdBreakClipTime).

  • whenSkippable indicates the minimum time before an ad can be skipped (available since version 4.4.5).

  • Identifiers for both the ad break (adBreakID) and ad clip (adBreakClipID) are also provided as string properties.

GCKAdBreakStatus Class Reference

Overview

A class representing the ad break status.

Since
3.3

Inherits NSObject. Implements <NSCopying>.

Property Summary

NSTimeInterval currentAdBreakTime
 The current time within the current ad break. More...
 
NSTimeInterval currentAdBreakClipTime
 The current time within the current ad clip break. More...
 
NSTimeInterval whenSkippable
 The minimum count in seconds into the clip required to enable skipping. More...
 
NSString * adBreakID
 The string identifier for the current ad break. More...
 
NSString * adBreakClipID
 The string identifier for the current ad clip break. More...
 

Property Detail

- (NSTimeInterval) currentAdBreakTime
readnonatomicassign

The current time within the current ad break.

- (NSTimeInterval) currentAdBreakClipTime
readnonatomicassign

The current time within the current ad clip break.

- (NSTimeInterval) whenSkippable
readnonatomicassign

The minimum count in seconds into the clip required to enable skipping.

Since
4.4.5
- (NSString*) adBreakID
readnonatomicstrong

The string identifier for the current ad break.

- (NSString*) adBreakClipID
readnonatomicstrong

The string identifier for the current ad clip break.