skipControlTimeRange
The time range within the duration of the interstitial event for which a skip button should be displayed.
Declaration
var skipControlTimeRange: CMTimeRange { get set }Discussion
The start of the time range should indicate at which point the skip button should appear. The duration of the time range should indicate how long the skip button should be available. If this value is set to kCMTimePositiveInfinity, then the skip button will be available for the remainder of the interstitial’s duration after appearing. If either the start or duration of the time range is kCMTimeInvalid, then the interstitial will NOT be eligible to be skipped.