GCKAdBreakStatus Class

  • GCKAdBreakStatus is a class introduced in version 3.3, providing information about the status of an ad break during content playback.

  • It inherits from NSObject and implements the NSCopying protocol.

  • The class includes properties for tracking time within ad breaks and clips, as well as identifiers for both ad breaks and ad break clips.

  • These properties allow developers to monitor and control ad playback within their applications.

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...
 
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.

- (NSString*) adBreakID
readnonatomiccopy

The string identifier for the current ad break.

- (NSString*) adBreakClipID
readnonatomiccopy

The string identifier for the current ad clip break.