GCKAdBreakClipInfo Class Reference
Overview
A class representing an ad break clip.
- Since
- 3.3
Inherits NSObject. Implements <NSCopying>.
Property Summary | |
NSString * | adBreakClipID |
A string that uniquely identifies this ad break clip. More... | |
NSTimeInterval | duration |
The clip's duration. More... | |
NSString * | title |
The clip's title. More... | |
NSURL * | clickThroughURL |
The click-through URL for this clip. More... | |
NSURL * | contentURL |
URL for the content that represents this clip (typically an image). More... | |
NSString * | mimeType |
MIME type of the content referenced by contentURL. More... | |
id | customData |
Custom application-specific data associated with the clip. More... | |
Property Detail
|
readnonatomiccopy |
A string that uniquely identifies this ad break clip.
|
readnonatomicassign |
The clip's duration.
|
readnonatomiccopy |
The clip's title.
|
readnonatomiccopy |
The click-through URL for this clip.
|
readnonatomiccopy |
URL for the content that represents this clip (typically an image).
|
readnonatomiccopy |
MIME type of the content referenced by contentURL.
|
readnonatomicstrong |
Custom application-specific data associated with the clip.