VoiceProgress

interface VoiceProgress

Represents the progress of a voice announcement.

This interface is used to track progress either by index position or time duration.

Inheritors

Types

Link copied to clipboard
data class Index(val position: Int) : VoiceProgress

Represents progress tracking based on an index position.

Link copied to clipboard

Represents no progress tracking.

Link copied to clipboard
data class Time(val milliseconds: Int) : VoiceProgress

Represents progress tracking based on time in milliseconds.