Package com.example.examer.ui.screens.listenToAudioScreen

Types

Link copied to clipboard
class PlaybackState(isPlaybackEnabled: Boolean = true, startProgress: Float = 0.0f)

A state holder class that holds the state for audio playback.

Functions

Link copied to clipboard
@Composable
fun ListenToAudioScreen(    playbackState: PlaybackState,     numberOfRepeatsLeftForCurrentAudioFile: Int,     onNavigateToWorkBook: () -> Unit,     onAudioIconClick: () -> Unit = {})