public interface
FriendlyObstruction
An obstruction that is marked as "friendly" for viewability measurement purposes.
Public Method Summary
abstract String |
getDetailedReason()
Returns the optional, detailed reasoning for registering this obstruction as friendly.
|
abstract FriendlyObstructionPurpose |
getPurpose()
Returns the purpose for registering the obstruction as friendly.
|
abstract View |
getView()
Returns the view causing the obstruction.
|
Public Methods
public abstract String getDetailedReason ()
Returns the optional, detailed reasoning for registering this obstruction as friendly.
public abstract FriendlyObstructionPurpose getPurpose ()
Returns the purpose for registering the obstruction as friendly.
public abstract View getView ()
Returns the view causing the obstruction.