setAdsAdAudibleDuration

open fun setAdsAdAudibleDuration(adsAdAudibleDuration: Double): AdInsight.Builder

Seconds of ad playback where volume was >= 1% and not muted.

Return

- Ads ad audible duration builder.

Parameters

adsAdAudibleDuration

- Seconds of ad playback where volume was >= 1% and not muted. Return the Math.floor value to ensure a Double value is returned (SSAI measures ad and volume durations in Ms, which reduce to Float values when divided by 1000 to produce a seconds value)