FriendlyObstruction

interface FriendlyObstruction


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

Summary

Public functions

String?

Returns the optional, detailed reasoning for registering this obstruction as friendly.

FriendlyObstructionPurpose!

Returns the purpose for registering the obstruction as friendly.

View!

Returns the view causing the obstruction.

Public functions

getDetailedReason

fun getDetailedReason(): String?

Returns the optional, detailed reasoning for registering this obstruction as friendly.

getPurpose

fun getPurpose(): FriendlyObstructionPurpose!

Returns the purpose for registering the obstruction as friendly.

getView

fun getView(): View!

Returns the view causing the obstruction.