Package com.theoplayer.android.api.ads
Interface Omid
-
- All Implemented Interfaces:
public interface Omid
The Omid API, which can be used to add as well as remove friendly video controls overlay obstructions.
- Since:
v2.70.0
-
-
Method Summary
Modifier and Type Method Description abstract void
addFriendlyObstruction(OmidFriendlyObstruction omidFriendlyObstruction)
Adds an OmidFriendlyObstruction. abstract void
removeAllFriendlyObstructions()
Removes all OmidFriendlyObstruction. -
-
Method Detail
-
addFriendlyObstruction
abstract void addFriendlyObstruction(OmidFriendlyObstruction omidFriendlyObstruction)
Adds an OmidFriendlyObstruction.
- Parameters:
omidFriendlyObstruction
- The OmidFriendlyObstruction to be added.
-
removeAllFriendlyObstructions
abstract void removeAllFriendlyObstructions()
Removes all OmidFriendlyObstruction.
-
-
-
-