Package-level declarations

Types

Link copied to clipboard
data class VolumeUiState(val current: Int = 0, val max: Int = 1, val min: Int = 0)

A UI state for volume.

Link copied to clipboard
open class VolumeViewModel(volumeRepository: VolumeRepository, audioOutputRepository: AudioOutputRepository, onCleared: () -> Unit = {}, vibrator: Vibrator) : ViewModel

ViewModel for a Volume Control Screen.