-
- All Implemented Interfaces:
-
com.theoplayer.android.api.source.analytics.AnalyticsDescription
public class YouboraOptions extends ReadOnlyHashMap implements AnalyticsDescription
The configuration of the Youbora integration.
- The YouboraOptions is a Map of Youbora options.
- The THEOplayer Youbora integration is built upon Youbora v6.
- For a detailed overview of all available properties, please consult the Youbora options documentation.
- The integration automatically tracks these content related properties: - content.duration - content.resource - content.isLive - content.rendition
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
YouboraOptions.Builder
The builder of the Youbora configuration.
-
Method Summary
Modifier and Type Method Description AnalyticsIntegration
getIntegration()
The identifier of the Youbora integration. -
-
Method Detail
-
getIntegration
@NonNull() AnalyticsIntegration getIntegration()
The identifier of the Youbora integration.
-
-
-
-