player-analytics
The player-analytics
module provides an integration for the Bitmovin Analytics Collector.
Use the Player.create extension function to create a Player that collects analytics data by providing an analytics config.
For additional control of the analytics data collection, use the AnalyticsApi and SourceAnalyticsApi interfaces.
When creating the Player from Java, the Kotlin extension functions can't be used. Use PlayerFactory and SourceFactory instead.
The Bitmovin Android Player internally consists of multiple modules that aren't meant to be included directly. Only the top-level player
module should be included in your project.