player-analytics
The player-analytics
module provides an integration for the Bitmovin Analytics Collector.
Use the Player.create extension to create a Player that collects analytics by providing a analytics config.
For additional control of the analytics collection, use the AnalyticsApi and SourceAnalyticsApi interfaces.
In Java, extension method 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.