toggle menu
horologist
androidJvm
switch theme
search in API
media-audio
/
com.google.android.horologist.audio
/
VolumeState
Volume
State
data
class
VolumeState
(
val
current
:
Int
,
val
max
:
Int
,
val
min
:
Int
=
0
)
Data class holding the current state of the volume system.
Members
Constructors
Volume
State
Link copied to clipboard
constructor
(
current
:
Int
,
max
:
Int
,
min
:
Int
=
0
)
Properties
current
Link copied to clipboard
val
current
:
Int
max
Link copied to clipboard
val
max
:
Int
min
Link copied to clipboard
val
min
:
Int
=
0