public class JWFriendlyAdObstructions
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
JWFriendlyAdObstructions() |
Modifier and Type | Method and Description |
---|---|
void |
add(android.view.View friendlyObstruction)
Used to register View elements as friendly advertising obstructions.
|
java.util.List<android.view.View> |
getList()
Used to retrieve all View elements registered as friendly advertising obstructions.
|
void |
remove(android.view.View friendlyObstruction)
Used to unregister View elements previously registered as friendly advertising obstructions.
|
void |
removeAll()
Used to unregister all View elements previously registered as friendly advertising obstructions.
|
public void add(android.view.View friendlyObstruction)
friendlyObstruction
- the View element appearing on top of the player's view during ad playback.public void remove(android.view.View friendlyObstruction)
friendlyObstruction
- the View element appearing on top of the player's view during ad playback.public void removeAll()
public java.util.List<android.view.View> getList()