Interface TheoAdsIntegration
-
- All Implemented Interfaces:
-
com.theoplayer.android.api.Integration
public interface TheoAdsIntegration implements Integration
Integration for server-guide ad insertion using THEOads.
Use TheoAdsIntegrationFactory.createTheoAdsIntegration to create this integration.
Use Player.addIntegration to attach this integration to the player.
-
-
Method Summary
Modifier and Type Method Description abstract Unit
replaceAdTagParameters(Map<String, String> adTagParameters)
Replaces all of the ad tag parameters used for upcoming ad requests for a live stream. -
-
Method Detail
-
replaceAdTagParameters
abstract Unit replaceAdTagParameters(Map<String, String> adTagParameters)
Replaces all of the ad tag parameters used for upcoming ad requests for a live stream.
If set, this value overrides any parameters set on the TheoAdDescription.adTagParameters.
-
-
-
-