Duration Metadata
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
request Start Time
The start time of the ad request.
request End Time
The end time of the ad request.
renderer Configuration Start Time
The start time of the renderer configuration.
renderer Configuration End Time
The end time of the renderer configuration.
load Start Time
The start time of the ad load.
load End Time
The end time of the ad load.