DurationMetadata
constructor(requestStartTime: Long, requestEndTime: Long, rendererConfigurationStartTime: Long, rendererConfigurationEndTime: Long, loadStartTime: Long, loadEndTime: Long)
Creates an ad load duration metadata with passed parameters.
You can use this constructor for testing. Normally you do not need to use it.
Parameters
requestStartTime
The start time of the ad request.
requestEndTime
The end time of the ad request.
rendererConfigurationStartTime
The start time of the renderer configuration.
rendererConfigurationEndTime
The end time of the renderer configuration.
loadStartTime
The start time of the ad load.
loadEndTime
The end time of the ad load.