AdBreakEndedData
public struct AdBreakEndedData : Equatable
data payload sent with DorisAdsEvent.adBreakEnded(...)
event
-
in case player Item fails during ad playback will be false, this can happen on initial player loading with ads containing prerolls
Declaration
Swift
public let canContinueContentPlayback: Bool
-
perform seek to this postion if needed, set to non-nil value if there were force seek with snapback to closest ad start
Declaration
Swift
public let pendingSeekPosition: TimeInterval?