AdVideoFriendlyObstruction

data class AdVideoFriendlyObstruction(val view: View, val purpose: AdVideoFriendlyObstructionPurpose, val detailedReason: String? = null)

An obstruction that is marked as “friendly” for viewability measurement purposes.

Constructors

Link copied to clipboard
constructor(view: View, purpose: AdVideoFriendlyObstructionPurpose, detailedReason: String? = null)

Properties

Link copied to clipboard
val detailedReason: String? = null

Optional, detailed reasoning for registering this obstruction as "friendly".

Link copied to clipboard

The purpose for registering the obstruction as "friendly".

Link copied to clipboard
val view: View

The view causing the obstruction.