FriendlyObstruction

public interface FriendlyObstruction


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

Summary

Public methods

abstract @Nullable String

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

abstract FriendlyObstructionPurpose

Returns the purpose for registering the obstruction as friendly.

abstract View

Returns the view causing the obstruction.

Public methods

getDetailedReason

abstract @Nullable String getDetailedReason()

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

getPurpose

abstract FriendlyObstructionPurpose getPurpose()

Returns the purpose for registering the obstruction as friendly.

getView

abstract View getView()

Returns the view causing the obstruction.