ComScoreTracker

A MediaItemTracker implementation for ComScore analytics.

Parameters

streamingAnalytics

The StreamingAnalytics instance to use for tracking.

Types

Link copied to clipboard
data class Data(val assets: Map<String, String>)

Represents data to be sent to ComScore.

Link copied to clipboard

A factory class responsible for creating instances of ComScoreTracker.

Functions

Link copied to clipboard
open override fun start(player: ExoPlayer, data: ComScoreTracker.Data)
Link copied to clipboard
open override fun stop(player: ExoPlayer)