StreamStartUpTimeData
public protocol StreamStartUpTimeData : AnyObject, CustomDebugStringConvertible
Undocumented
-
A time taken to load SSAI/DAI stream URL in milliseconds
Declaration
Swift
var ssaiStreamUrlFetchTimeMs: Double { get } -
A time taken to load PreRoll ad in milliseconds
Declaration
Swift
var preRollAdLoadTimeMs: Double { get } -
Undocumented
Declaration
Swift
var palNonceRequestTimeMs: Double { get } -
API to save the start time
Declaration
Swift
func start(forKey startUpTimeData: StartUpEventType) -
API to save the end time and calculate total time
Declaration
Swift
func finish(forKey startUpTimeData: StartUpEventType) -
debugDescriptionExtension methodDeclaration
Swift
public var debugDescription: String { get }