SimpleProgressTrackerState
class SimpleProgressTrackerState(player: Player, coroutineScope: CoroutineScope) : ProgressTrackerState
Player progress tracker that only updated the player's actual progress when onFinished is called.
Parameters
player
The Player whose current position must be tracked.
coroutineScope