start

abstract fun start(player: ExoPlayer, data: T)

Initiates media tracking for the given player.

Parameters

player

The tracked ExoPlayer instance.

data

The data associated with the playback session.