Package-level declarations

Functions

Link copied to clipboard
fun AudioOutputButton(onOutputClick: () -> Unit, modifier: Modifier = Modifier, enabled: Boolean = true)

A button to launch the system bluetooth settings to connect to a headset.

Link copied to clipboard
fun SettingsButton(onClick: () -> Unit, imageVector: ImageVector, contentDescription: String, modifier: Modifier = Modifier, iconRtlMode: IconRtlMode = IconRtlMode.Default, enabled: Boolean = true, iconSize: Dp = 26.dp, tapTargetSize: Dp = 52.dp)

Button to launch a screen to control the system volume.

Link copied to clipboard
fun SetVolumeButton(onVolumeClick: () -> Unit, modifier: Modifier = Modifier, volumeUiState: VolumeUiState? = null, enabled: Boolean = true)

Button to launch a screen to control the system volume, using volume up icon as default if no volumeUiState is passed in.