DurationMetadata

The object structure of which has different indicators of the duration of ad loading.

You can use it to debug and analyse ad load duration. The object of this structure is available in durationMetadata when the method AdService.makeAdvertisement loads the ad successfully.

Constructors

Link copied to clipboard
constructor(requestStartTime: Long, requestEndTime: Long, rendererConfigurationStartTime: Long, rendererConfigurationEndTime: Long, loadStartTime: Long, loadEndTime: Long)

Creates an ad load duration metadata with passed parameters.

Properties

Link copied to clipboard

The duration in milliseconds of the renderer configuration.

Link copied to clipboard

The duration in milliseconds of downloading and decoding advertising data from the ad server.

Link copied to clipboard

Total ad load time in milliseconds, which includes all loading logic, rendering configurations, and internal SDK logic related to ad loading.

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)