toggle menu
horologist
androidJvm
switch theme
search in API
media-audio-ui
/
com.google.android.horologist.audio.ui
/
VolumeUiState
Volume
Ui
State
data
class
VolumeUiState
(
val
current
:
Int
=
0
,
val
max
:
Int
=
1
,
val
min
:
Int
=
0
)
A UI state for volume.
Members
Constructors
Volume
Ui
State
Link copied to clipboard
constructor
(
current
:
Int
=
0
,
max
:
Int
=
1
,
min
:
Int
=
0
)
Properties
current
Link copied to clipboard
val
current
:
Int
=
0
is
Max
Link copied to clipboard
val
isMax
:
Boolean
is
Min
Link copied to clipboard
val
isMin
:
Boolean
max
Link copied to clipboard
val
max
:
Int
=
1
min
Link copied to clipboard
val
min
:
Int
=
0